Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / perl / prog.pl
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4
5 print 'Hello World!';
This page took 0.021614 seconds and 4 git commands to generate.