RosettaCodeData/Task/Longest-string-challenge/C/longest-string-challenge-2.c

5 lines
61 B
C
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
% printf "a\nbb\nccc\nddd\nee\nf\nggg" | ./a.out
ccc
ddd
ggg