aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordasJake <no_mail@github.com>2021-11-29 21:10:29 +0100
committerdasJake <no_mail@github.com>2021-11-29 21:10:29 +0100
commitbfbe46021b65c553df3ecc6a4f311d0ab2b23f07 (patch)
tree853d0a8a79e9b93d1c0b85dafda72e8c2ed63962
parent87657d119305f8de1d4322f596a72ae619eacaac (diff)
downloadperlweeklychallenge-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.pl4
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;