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