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

5 lines
61 B
C
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
% printf "a\nbb\nccc\nddd\nee\nf\nggg" | ./a.out
ccc
ddd
ggg