User:WAR-Ink

From Wikipedia, the free encyclopedia

#!/usr/bin/perl
use strict;
use warnings;

print "Hello, world!\n";

exit 1;