blob: 3d0b32ed5c6f774d643f6c4e0f6dba078fdde8b9 [file] [log] [blame]
length($1) > max { max = length($1); name = $1 }
END { print name }