aboutsummaryrefslogtreecommitdiff
path: root/challenge-072/tyler-wardhaugh/clojure/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-072/tyler-wardhaugh/clojure/README.md')
-rw-r--r--challenge-072/tyler-wardhaugh/clojure/README.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/challenge-072/tyler-wardhaugh/clojure/README.md b/challenge-072/tyler-wardhaugh/clojure/README.md
new file mode 100644
index 0000000000..fe86c75e5b
--- /dev/null
+++ b/challenge-072/tyler-wardhaugh/clojure/README.md
@@ -0,0 +1,35 @@
+# tw.weekly.c72
+
+
+The Weekly Challenge - #072 - Tyler Wardhaugh
+
+## Usage
+
+Run the project directly (shows default output from both tasks):
+
+ $ clojure -m tw.weekly.c72.core
+
+Run the project's tests (which are samples from the task descriptions):
+
+ $ clojure -A:test:runner
+
+Run Task #1 with input
+
+ $ clojure -m tw.weekly.c72.t1 N
+
+Run Task #2 with input:
+
+ $ clojure -m tw.weekly.c72.t2 FILE A B
+
+## 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 © 2020 Tyler Wardhaugh
+
+Distributed under the Eclipse Public License either version 1.0 or (at
+your option) any later version.