We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd207a commit 85f541eCopy full SHA for 85f541e
oneline.pl
@@ -0,0 +1 @@
1
+perl -ne 'push(@w, length); END {printf "%0d\n" , (sort({$b <=> $a} @w))[0]}' *.cpp
0 commit comments