diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-18 06:24:13 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-18 06:24:13 +0000 |
| commit | 754e6dcd79dde5387229a23ae7eca35d70eac4a3 (patch) | |
| tree | 22bbb268a2faf8d6441a18215baf4bc626edacfc /challenge-096/tyler-wardhaugh/lua | |
| parent | 98ca35e0789a065be50549b9c1139e252ee7e173 (diff) | |
| download | perlweeklychallenge-club-754e6dcd79dde5387229a23ae7eca35d70eac4a3.tar.gz perlweeklychallenge-club-754e6dcd79dde5387229a23ae7eca35d70eac4a3.tar.bz2 perlweeklychallenge-club-754e6dcd79dde5387229a23ae7eca35d70eac4a3.zip | |
- Added template for Challenge 96.
Diffstat (limited to 'challenge-096/tyler-wardhaugh/lua')
| -rw-r--r-- | challenge-096/tyler-wardhaugh/lua/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/challenge-096/tyler-wardhaugh/lua/README.md b/challenge-096/tyler-wardhaugh/lua/README.md new file mode 100644 index 0000000000..4898f791cd --- /dev/null +++ b/challenge-096/tyler-wardhaugh/lua/README.md @@ -0,0 +1,23 @@ + +# The Weekly Challenge + +The Weekly Challenge - #095 - Tyler Wardhaugh + +## Usage + +Run Task 1: + + $ ./run.lua ch-1 N + +Run Task 2: + + $ ./run.lua ch-2 + +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) |
