diff options
| author | dasJake <no_mail@github.com> | 2021-11-29 21:10:29 +0100 |
|---|---|---|
| committer | dasJake <no_mail@github.com> | 2021-11-29 21:10:29 +0100 |
| commit | bfbe46021b65c553df3ecc6a4f311d0ab2b23f07 (patch) | |
| tree | 853d0a8a79e9b93d1c0b85dafda72e8c2ed63962 | |
| parent | 87657d119305f8de1d4322f596a72ae619eacaac (diff) | |
| download | perlweeklychallenge-club-bfbe46021b65c553df3ecc6a4f311d0ab2b23f07.tar.gz perlweeklychallenge-club-bfbe46021b65c553df3ecc6a4f311d0ab2b23f07.tar.bz2 perlweeklychallenge-club-bfbe46021b65c553df3ecc6a4f311d0ab2b23f07.zip | |
141 initial commit for 141/ch-1.pl
| -rw-r--r-- | challenge-141/jake/perl/ch-1.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/challenge-141/jake/perl/ch-1.pl b/challenge-141/jake/perl/ch-1.pl new file mode 100644 index 0000000000..711f5cf4f7 --- /dev/null +++ b/challenge-141/jake/perl/ch-1.pl @@ -0,0 +1,4 @@ +#!/usr/bin/env perl + +use warnings; +use strict; |
