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