From 882a3ad1db63c62ede71b5c135e586f2bdf3794e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 27 Sep 2021 07:49:03 +0100 Subject: - Tidied up folder for Tyler Wardhaugh. --- challenge-132/tyler-wardhaugh/python/README.md | 30 -------------------------- 1 file changed, 30 deletions(-) delete mode 100644 challenge-132/tyler-wardhaugh/python/README.md diff --git a/challenge-132/tyler-wardhaugh/python/README.md b/challenge-132/tyler-wardhaugh/python/README.md deleted file mode 100644 index 03e7d76cfd..0000000000 --- a/challenge-132/tyler-wardhaugh/python/README.md +++ /dev/null @@ -1,30 +0,0 @@ - -# The Weekly Challenge - -The Weekly Challenge - #131 - Tyler Wardhaugh - -## Usage - -Ensure requirements are satified (ideally in venv): - $ make satisfy-reqs - -Run Task 1: - - $ ./ch1.py COLL - # e.g.: - $ ./ch-1.py "[1, 2, 3, 6, 7, 8, 9]" - - -Run Task 2: - - $ ./ch2.py DELIMETERS SEARCH_STRING - # e.g.: - $ ./ch2.py '""[]()' '"I like (parens) and the Apple ][+" they said.' - - -Run the project's tests (all the samples from the task descriptions plus some others): - - $ make test - -## Requirements: -* [Python 3](https://www.python.org/) -- cgit