aboutsummaryrefslogtreecommitdiff
path: root/challenge-085/tyler-wardhaugh/lua
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-02 04:41:16 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-02 04:41:16 +0000
commit6358c68fd8d05e51ee0c4d7777dbf5fef7c7cb18 (patch)
tree28b1e1c30c17130af6d85771390aa7a30dea9bf3 /challenge-085/tyler-wardhaugh/lua
parentc4b6f71f5e996da69749df7cdfa9d32e993868f8 (diff)
downloadperlweeklychallenge-club-6358c68fd8d05e51ee0c4d7777dbf5fef7c7cb18.tar.gz
perlweeklychallenge-club-6358c68fd8d05e51ee0c4d7777dbf5fef7c7cb18.tar.bz2
perlweeklychallenge-club-6358c68fd8d05e51ee0c4d7777dbf5fef7c7cb18.zip
- Added template for Challenge 85.
Diffstat (limited to 'challenge-085/tyler-wardhaugh/lua')
-rw-r--r--challenge-085/tyler-wardhaugh/lua/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/challenge-085/tyler-wardhaugh/lua/README.md b/challenge-085/tyler-wardhaugh/lua/README.md
new file mode 100644
index 0000000000..39b6e1243e
--- /dev/null
+++ b/challenge-085/tyler-wardhaugh/lua/README.md
@@ -0,0 +1,23 @@
+
+# The Weekly Challenge
+
+The Weekly Challenge - #084 - Tyler Wardhaugh
+
+## Usage
+
+Run Task 1:
+
+ $ ./run.lua ch-1 N
+
+Run Task 2:
+
+ $ ./run.lua ch-2 MATRIX-FILE
+
+Run the project's tests (all the samples from the task descriptions plus some others):
+
+ $ ./test.lua
+
+## Requirements:
+* [Lua](https://www.lua.org/) 5.3
+* [LuaRocks](https://luarocks.org/)
+* [busted](https://olivinelabs.com/busted/) (a unit testing framework)