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