summaryrefslogtreecommitdiffstats
path: root/tests/langbench/cat.rb
blob: 2eaf834c095524964cc4a18d5ebc9b32eed87d89 (plain)
1
2
3
while line = gets()
	print line
end