mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 08:07:30 -04:00
6 lines
50 B
Perl
Executable File
6 lines
50 B
Perl
Executable File
#!./perl -w
|
|
|
|
use strict;
|
|
|
|
print "Hello World!\n";
|