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