From 6bbf02358610bac396259193a6e45acf7de3a4f2 Mon Sep 17 00:00:00 2001 From: Eugenia Gabrielova Date: Tue, 21 Jan 2014 22:04:36 -0800 Subject: [PATCH] Changes print formatting statement, removing some characters --- 06-code-golf/tf-06.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-code-golf/tf-06.clj b/06-code-golf/tf-06.clj index c6fcd1c..6eef452 100755 --- a/06-code-golf/tf-06.clj +++ b/06-code-golf/tf-06.clj @@ -6,4 +6,4 @@ (remove #(contains? (set (.split (slurp "../stop_words.txt") ",")) %) (re-seq #"[a-z]{2,}" (.toLowerCase (slurp (first *command-line-args*))))))))] - (printf "%s - %d\n" (first c) (nth c 1))) + (println (first c) "-" (nth c 1)))