diff options
| author | Tyler Wardhaugh <tyler.wardhaugh@gmail.com> | 2021-02-08 16:07:17 -0800 |
|---|---|---|
| committer | Tyler Wardhaugh <tyler.wardhaugh@gmail.com> | 2021-02-08 16:07:17 -0800 |
| commit | 7568a1ee0849d3c8bf5fb5bcc9351b3fff3ac2cd (patch) | |
| tree | 933799ad8c736331997d5f186cb497fef466887c /challenge-099/tyler-wardhaugh/python | |
| parent | 323110b0d053e2067a3cae6db62bc209f869bc57 (diff) | |
| download | perlweeklychallenge-club-7568a1ee0849d3c8bf5fb5bcc9351b3fff3ac2cd.tar.gz perlweeklychallenge-club-7568a1ee0849d3c8bf5fb5bcc9351b3fff3ac2cd.tar.bz2 perlweeklychallenge-club-7568a1ee0849d3c8bf5fb5bcc9351b3fff3ac2cd.zip | |
prep for challenge
Diffstat (limited to 'challenge-099/tyler-wardhaugh/python')
| -rw-r--r-- | challenge-099/tyler-wardhaugh/python/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/challenge-099/tyler-wardhaugh/python/README.md b/challenge-099/tyler-wardhaugh/python/README.md index 976f770899..da9be25946 100644 --- a/challenge-099/tyler-wardhaugh/python/README.md +++ b/challenge-099/tyler-wardhaugh/python/README.md @@ -1,7 +1,7 @@ # The Weekly Challenge -The Weekly Challenge - #096 - Tyler Wardhaugh +The Weekly Challenge - #099 - Tyler Wardhaugh ## Usage @@ -10,11 +10,11 @@ Ensure requirements are satified (ideally in venv): Run Task 1: - $ ./ch1.py S + $ ./ch1.py S P Run Task 2: - $ ./ch2.py S1 S2 + $ ./ch2.py S T Run the project's tests (all the samples from the task descriptions plus some others): |
