diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-12-19 07:04:03 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-12-19 07:04:03 +0000 |
| commit | 9eb89df46744676ba312e4d1b4bf5457a757b902 (patch) | |
| tree | f6dde576fe1265a86bef5be9d2fedf55cda67c89 /challenge-196/brtastic | |
| parent | ef2fb3dd4362ecc1063ce22f4071bcba026d6e36 (diff) | |
| download | perlweeklychallenge-club-9eb89df46744676ba312e4d1b4bf5457a757b902.tar.gz perlweeklychallenge-club-9eb89df46744676ba312e4d1b4bf5457a757b902.tar.bz2 perlweeklychallenge-club-9eb89df46744676ba312e4d1b4bf5457a757b902.zip | |
- Added template for week 196.
Diffstat (limited to 'challenge-196/brtastic')
| -rw-r--r-- | challenge-196/brtastic/README | 1 | ||||
| -rw-r--r-- | challenge-196/brtastic/c/.gitignore | 2 | ||||
| -rw-r--r-- | challenge-196/brtastic/pascal/.gitignore | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/challenge-196/brtastic/README b/challenge-196/brtastic/README new file mode 100644 index 0000000000..0fbe79fd6f --- /dev/null +++ b/challenge-196/brtastic/README @@ -0,0 +1 @@ +Solutions by Bartosz Jarzyna. diff --git a/challenge-196/brtastic/c/.gitignore b/challenge-196/brtastic/c/.gitignore new file mode 100644 index 0000000000..01f22977d8 --- /dev/null +++ b/challenge-196/brtastic/c/.gitignore @@ -0,0 +1,2 @@ +ch-1 + diff --git a/challenge-196/brtastic/pascal/.gitignore b/challenge-196/brtastic/pascal/.gitignore new file mode 100644 index 0000000000..7c16595d23 --- /dev/null +++ b/challenge-196/brtastic/pascal/.gitignore @@ -0,0 +1,3 @@ +*.o +ch-1 + |
