where'd the edit go?

This commit is contained in:
amittai 2013-02-26 11:37:31 -08:00
parent 5cdf65ba33
commit 1f82a43837

View File

@ -160,3 +160,4 @@ sub word_count {
my @w = split(/ /,$line);
return scalar @w;
}