1
0
Fork 0

3 lines
70 B

length($1) > max { max = length($1); name = $1 }
END { print name }