summaryrefslogtreecommitdiff
path: root/tc
diff options
context:
space:
mode:
Diffstat (limited to 'tc')
-rwxr-xr-xtc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tc b/tc
index 993086a..7eefdd5 100755
--- a/tc
+++ b/tc
@@ -2,7 +2,6 @@
require 'zipf'
-
while line = STDIN.gets
puts tokenize(line.strip).size
end