summaryrefslogtreecommitdiffstats
path: root/Bachelor/Systemprogrammierung in Perl/examples/hello1.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/Systemprogrammierung in Perl/examples/hello1.pl')
-rw-r--r--Bachelor/Systemprogrammierung in Perl/examples/hello1.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bachelor/Systemprogrammierung in Perl/examples/hello1.pl b/Bachelor/Systemprogrammierung in Perl/examples/hello1.pl
new file mode 100644
index 0000000..0be0702
--- /dev/null
+++ b/Bachelor/Systemprogrammierung in Perl/examples/hello1.pl
@@ -0,0 +1,3 @@
+#!/Perl/bin
+
+print "hello world\n";