summaryrefslogtreecommitdiff
path: root/num_tok
diff options
context:
space:
mode:
Diffstat (limited to 'num_tok')
-rwxr-xr-xnum_tok1
1 files changed, 0 insertions, 1 deletions
diff --git a/num_tok b/num_tok
index 53b99a0..56cbae9 100755
--- a/num_tok
+++ b/num_tok
@@ -3,7 +3,6 @@
STDIN.set_encoding 'utf-8'
STDOUT.set_encoding 'utf-8'
-
while line = STDIN.gets
puts line.strip.split.length
end