Sandbox

From MalinWiKi
Revision as of 20:00, 16 October 2017 by Roy (talk | contribs) (→‎Sandkasse…)
Jump to navigation Jump to search

Sandkasse…

#!/usr/bin/perl

use strict;
use warnings;

my $msg = "rallarvegen";

print $msg . "\n";
0