Sandbox

From MalinWiKi
Revision as of 20:04, 16 October 2017 by Roy (talk | contribs)
Jump to navigation Jump to search

Sandkasse…

#!/usr/bin/perl

use strict;
use warnings;

my $msg = "rallarvegen";

print $msg . "\n";

exit 0;