diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-27 07:49:03 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-27 07:49:03 +0100 |
| commit | 882a3ad1db63c62ede71b5c135e586f2bdf3794e (patch) | |
| tree | e223ff10c8e29bdedad7714433bddb0afc234ca6 | |
| parent | b8e1bd22b9bfd9e29eac8850ac3c4dfe84218ff3 (diff) | |
| download | perlweeklychallenge-club-882a3ad1db63c62ede71b5c135e586f2bdf3794e.tar.gz perlweeklychallenge-club-882a3ad1db63c62ede71b5c135e586f2bdf3794e.tar.bz2 perlweeklychallenge-club-882a3ad1db63c62ede71b5c135e586f2bdf3794e.zip | |
- Tidied up folder for Tyler Wardhaugh.
| -rw-r--r-- | challenge-132/tyler-wardhaugh/python/README.md | 30 |
1 files changed, 0 insertions, 30 deletions
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/) |
