aboutsummaryrefslogtreecommitdiff
path: root/challenge-101/tyler-wardhaugh/python/README.md
diff options
context:
space:
mode:
authorMohammad S Anwar <Mohammad.Anwar@yahoo.com>2021-02-26 05:30:27 +0000
committerGitHub <noreply@github.com>2021-02-26 05:30:27 +0000
commite3f222baca9d7a3e745a5f38b2a80f910c2c8844 (patch)
tree3ec736fbee9bb91dee801e0aa7064b5e584ed425 /challenge-101/tyler-wardhaugh/python/README.md
parentd0797a82194198d2e17e0c867b6f71e143499a51 (diff)
parent7ee7cb632f67d902f69df08aa3df56224a68dacd (diff)
downloadperlweeklychallenge-club-e3f222baca9d7a3e745a5f38b2a80f910c2c8844.tar.gz
perlweeklychallenge-club-e3f222baca9d7a3e745a5f38b2a80f910c2c8844.tar.bz2
perlweeklychallenge-club-e3f222baca9d7a3e745a5f38b2a80f910c2c8844.zip
Merge pull request #3619 from tylerw/tw/challenge-101
Challenge 101
Diffstat (limited to 'challenge-101/tyler-wardhaugh/python/README.md')
-rw-r--r--challenge-101/tyler-wardhaugh/python/README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/challenge-101/tyler-wardhaugh/python/README.md b/challenge-101/tyler-wardhaugh/python/README.md
index d540b43280..3b9306245e 100644
--- a/challenge-101/tyler-wardhaugh/python/README.md
+++ b/challenge-101/tyler-wardhaugh/python/README.md
@@ -10,11 +10,16 @@ Ensure requirements are satified (ideally in venv):
Run Task 1:
- $ ./ch1.py T
+ $ ./ch1.py COLL
+ # e.g.:
+ $ ./ch-1.py "[1, 2, 3, 4, 5, 6]"
+
Run Task 2:
- $ ./ch2.py T
+ $ ./ch2.py POINTS
+ # e.g.:
+ $ ./ch2.py "[[0, 1], [2,0], [-6, 0]]"
Run the project's tests (all the samples from the task descriptions plus some others):