aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;