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