RosettaCodeData/Task/Longest-string-challenge/C/longest-string-challenge-2.c
2023-07-01 13:44:08 -04:00

4 lines
61 B
C

% printf "a\nbb\nccc\nddd\nee\nf\nggg" | ./a.out
ccc
ddd
ggg