Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / perl / prog.pl
diff --git a/t/problems/hello/tests/perl/prog.pl b/t/problems/hello/tests/perl/prog.pl
new file mode 100644 (file)
index 0000000..2d9fabf
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/perl
+use strict;
+use warnings;
+
+print 'Hello World!';
This page took 0.009783 seconds and 4 git commands to generate.