diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-01-16 06:23:52 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2023-01-16 06:23:52 +0000 |
| commit | 952f98a3d4e479992cd18e544ebb441a952f7159 (patch) | |
| tree | f6e4a8cdc446e9381c0087eda33049ebb227397a /challenge-200/brtastic | |
| parent | e1e9c7e5b58d477779201ff17b22343dc17fcf0c (diff) | |
| download | perlweeklychallenge-club-952f98a3d4e479992cd18e544ebb441a952f7159.tar.gz perlweeklychallenge-club-952f98a3d4e479992cd18e544ebb441a952f7159.tar.bz2 perlweeklychallenge-club-952f98a3d4e479992cd18e544ebb441a952f7159.zip | |
- Added template for week 200.
Diffstat (limited to 'challenge-200/brtastic')
| -rw-r--r-- | challenge-200/brtastic/README | 1 | ||||
| -rw-r--r-- | challenge-200/brtastic/c/.gitignore | 2 | ||||
| -rw-r--r-- | challenge-200/brtastic/pascal/.gitignore | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/challenge-200/brtastic/README b/challenge-200/brtastic/README new file mode 100644 index 0000000000..0fbe79fd6f --- /dev/null +++ b/challenge-200/brtastic/README @@ -0,0 +1 @@ +Solutions by Bartosz Jarzyna. diff --git a/challenge-200/brtastic/c/.gitignore b/challenge-200/brtastic/c/.gitignore new file mode 100644 index 0000000000..01f22977d8 --- /dev/null +++ b/challenge-200/brtastic/c/.gitignore @@ -0,0 +1,2 @@ +ch-1 + diff --git a/challenge-200/brtastic/pascal/.gitignore b/challenge-200/brtastic/pascal/.gitignore new file mode 100644 index 0000000000..7c16595d23 --- /dev/null +++ b/challenge-200/brtastic/pascal/.gitignore @@ -0,0 +1,3 @@ +*.o +ch-1 + |
