diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-22 07:24:37 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-22 07:24:37 +0000 |
| commit | 2c26164a5a90aa14a19078d845769d3ec9fbb5ae (patch) | |
| tree | 81e69a21263b8d9439034f1146e16f7353905779 /challenge-101/tyler-wardhaugh/python/README.md | |
| parent | bc7cd7f201b47ceaf810b95bcdd9f881185152e2 (diff) | |
| download | perlweeklychallenge-club-2c26164a5a90aa14a19078d845769d3ec9fbb5ae.tar.gz perlweeklychallenge-club-2c26164a5a90aa14a19078d845769d3ec9fbb5ae.tar.bz2 perlweeklychallenge-club-2c26164a5a90aa14a19078d845769d3ec9fbb5ae.zip | |
- Added template for week 101.
Diffstat (limited to 'challenge-101/tyler-wardhaugh/python/README.md')
| -rw-r--r-- | challenge-101/tyler-wardhaugh/python/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/challenge-101/tyler-wardhaugh/python/README.md b/challenge-101/tyler-wardhaugh/python/README.md new file mode 100644 index 0000000000..d540b43280 --- /dev/null +++ b/challenge-101/tyler-wardhaugh/python/README.md @@ -0,0 +1,24 @@ + +# The Weekly Challenge + +The Weekly Challenge - #100 - Tyler Wardhaugh + +## Usage + +Ensure requirements are satified (ideally in venv): + $ make satisfy-reqs + +Run Task 1: + + $ ./ch1.py T + +Run Task 2: + + $ ./ch2.py T + +Run the project's tests (all the samples from the task descriptions plus some others): + + $ make test + +## Requirements: +* [Python 3](https://www.python.org/) |
