diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-28 05:21:39 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-28 05:21:39 +0100 |
| commit | 112e460c3f67b1d7c0a8c3cb31d26f113645eeb2 (patch) | |
| tree | de9f63affba8e9dc891b20c5520b83c2331e2b29 /challenge-080/walt-mankowski | |
| parent | 1e95beb93e91a87f7490daef571e2320d763da08 (diff) | |
| download | perlweeklychallenge-club-112e460c3f67b1d7c0a8c3cb31d26f113645eeb2.tar.gz perlweeklychallenge-club-112e460c3f67b1d7c0a8c3cb31d26f113645eeb2.tar.bz2 perlweeklychallenge-club-112e460c3f67b1d7c0a8c3cb31d26f113645eeb2.zip | |
- Added template for Challenge 080.
Diffstat (limited to 'challenge-080/walt-mankowski')
| -rw-r--r-- | challenge-080/walt-mankowski/README | 1 | ||||
| -rw-r--r-- | challenge-080/walt-mankowski/c/.gitignore | 2 | ||||
| -rw-r--r-- | challenge-080/walt-mankowski/cpp/.gitignore | 2 | ||||
| -rw-r--r-- | challenge-080/walt-mankowski/python/.python-version | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/challenge-080/walt-mankowski/README b/challenge-080/walt-mankowski/README new file mode 100644 index 0000000000..cf907b02dd --- /dev/null +++ b/challenge-080/walt-mankowski/README @@ -0,0 +1 @@ +Solutions by Walt Mankowski. diff --git a/challenge-080/walt-mankowski/c/.gitignore b/challenge-080/walt-mankowski/c/.gitignore new file mode 100644 index 0000000000..ac77297bfe --- /dev/null +++ b/challenge-080/walt-mankowski/c/.gitignore @@ -0,0 +1,2 @@ +ch-1 +ch-2 diff --git a/challenge-080/walt-mankowski/cpp/.gitignore b/challenge-080/walt-mankowski/cpp/.gitignore new file mode 100644 index 0000000000..ac77297bfe --- /dev/null +++ b/challenge-080/walt-mankowski/cpp/.gitignore @@ -0,0 +1,2 @@ +ch-1 +ch-2 diff --git a/challenge-080/walt-mankowski/python/.python-version b/challenge-080/walt-mankowski/python/.python-version new file mode 100644 index 0000000000..0cbfaed0d9 --- /dev/null +++ b/challenge-080/walt-mankowski/python/.python-version @@ -0,0 +1 @@ +3.8.5 |
