Sandbox: Difference between revisions

From MalinWiKi
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 12: Line 12:


exit 0;
exit 0;
</syntaxhighlight>
<syntaxhighlight lang="bash">
#!/usr/bin/bash
echo "Malin's wise words always come close to madness…"


</syntaxhighlight>
</syntaxhighlight>

Revision as of 20:31, 16 October 2017

Sandkasse…

#!/usr/bin/perl

use strict;
use warnings;

my $msg = "rallarvegen";

print $msg . "\n";

exit 0;
#!/usr/bin/bash

echo "Malin's wise words always come close to madness…"