TAU2019-028/train/clean.rb

8 lines
49 B
Ruby
Raw Permalink Normal View History

while l=gets
l.gsub! /\t+/, "\t"
puts l
end