diff options
| -rw-r--r-- | challenge-093/tyler-wardhaugh/clojure/src/tw/weekly/c93/t2.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-093/tyler-wardhaugh/clojure/src/tw/weekly/c93/t2.clj b/challenge-093/tyler-wardhaugh/clojure/src/tw/weekly/c93/t2.clj index a448e61d17..6f3eb57688 100644 --- a/challenge-093/tyler-wardhaugh/clojure/src/tw/weekly/c93/t2.clj +++ b/challenge-093/tyler-wardhaugh/clojure/src/tw/weekly/c93/t2.clj @@ -35,7 +35,7 @@ (transduce (map (partial reduce +)) + paths))) (defn -main - "Run Task 2 with the given positive integers, defaulting to the example + "Run Task 2 with the given tree of integers, defaulting to the example given in the explanation page linked from the task description." [& args] (let [tree (or (some-> args first edn/read-string) DEFAULT-INPUT)] |
