From 7568a1ee0849d3c8bf5fb5bcc9351b3fff3ac2cd Mon Sep 17 00:00:00 2001 From: Tyler Wardhaugh Date: Mon, 8 Feb 2021 16:07:17 -0800 Subject: prep for challenge --- challenge-099/tyler-wardhaugh/python/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'challenge-099/tyler-wardhaugh/python/README.md') 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): -- cgit