# tw.weekly.c105 The Weekly Challenge - #105 - Tyler Wardhaugh ## Usage Run the project directly (shows default output from both tasks): $ clojure -M -m tw.weekly.c105.core Run the project's tests (which are samples from the task descriptions): $ clojure -M:test:runner Run Task #1 with input $ clojure -M -m tw.weekly.c105.t1 N K Run Task #2 with input: $ clojure -M -m tw.weekly.c105.t2 NAME ## Project Template I used Sean Corfield's clj-new to generate the project template See [seancorfield/clj-new: Generate new projects based on clj, Boot, or Leiningen Templates!](https://github.com/seancorfield/clj-new) for more information. ## License Copyright © 2021 Tyler Wardhaugh Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.