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