aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <Mohammad.Anwar@yahoo.com>2019-09-02 12:24:25 +0100
committerGitHub <noreply@github.com>2019-09-02 12:24:25 +0100
commit43e9f6542c9c186e31f0656b005a85d2a9a2e609 (patch)
treebdf1165e5fbc7fabe6e49ed8564c4f79005da75a
parentc9a5e640342b37eb14aa6936eb7898d4a3c49703 (diff)
parent6f0109e8c181ecf35cbab855c56094c23834a9ac (diff)
downloadperlweeklychallenge-club-43e9f6542c9c186e31f0656b005a85d2a9a2e609.tar.gz
perlweeklychallenge-club-43e9f6542c9c186e31f0656b005a85d2a9a2e609.tar.bz2
perlweeklychallenge-club-43e9f6542c9c186e31f0656b005a85d2a9a2e609.zip
Merge pull request #592 from oWnOIzRi/week024
add script for task 1
-rw-r--r--challenge-024/steven-wilson/perl5/ch-1.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/challenge-024/steven-wilson/perl5/ch-1.pl b/challenge-024/steven-wilson/perl5/ch-1.pl
new file mode 100644
index 0000000000..6205bbd83d
--- /dev/null
+++ b/challenge-024/steven-wilson/perl5/ch-1.pl
@@ -0,0 +1,3 @@
+use strict;
+use warnings;
+print 1;