summaryrefslogtreecommitdiff
path: root/strips
blob: 11c00b4ca6b8f7798c3fea799ef4f7faa13654f2 (plain)
1
2
3
4
5
6
#!/usr/bin/env ruby

while line = STDIN.gets
  puts line.strip
end