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.020974 seconds and 5 git commands to generate.