Skip to content

Commit 85f541e

Browse files
committed
Create oneline.pl
1 parent cfd207a commit 85f541e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oneline.pl

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
perl -ne 'push(@w, length); END {printf "%0d\n" , (sort({$b <=> $a} @w))[0]}' *.cpp

0 commit comments

Comments
 (0)