Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (→Sandkasse…) |
||
Line 18: | Line 18: | ||
#!/usr/bin/bash | #!/usr/bin/bash | ||
echo "Malin's wise words always come close to | echo "Malin's wise words always come close to insanity…" | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 22:13, 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 insanity…"