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