diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-12-17 18:23:53 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-12-17 18:23:53 +0000 |
| commit | cdebd0af75b2750d6073f96bc4df76807aebd060 (patch) | |
| tree | b1021dfb3ed6113aa59763a2652e5ff33c671a8c /.gitignore | |
| parent | 8e2ca29751bbf4ce185f2b5766510334363c4293 (diff) | |
| download | perlweeklychallenge-club-cdebd0af75b2750d6073f96bc4df76807aebd060.tar.gz perlweeklychallenge-club-cdebd0af75b2750d6073f96bc4df76807aebd060.tar.bz2 perlweeklychallenge-club-cdebd0af75b2750d6073f96bc4df76807aebd060.zip | |
Add Perl solution to challenge 029
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ba8194b15c..040286b6c4 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,8 @@ go.mod go.sum tags +# Perl Inline module +_Inline + # Rust languageoutput directory target/ |
