summaryrefslogtreecommitdiff
path: root/apps/examples/pashello/hello.pas
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/pashello/hello.pas')
-rw-r--r--apps/examples/pashello/hello.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/examples/pashello/hello.pas b/apps/examples/pashello/hello.pas
new file mode 100644
index 000000000..fe137f1b6
--- /dev/null
+++ b/apps/examples/pashello/hello.pas
@@ -0,0 +1,5 @@
+program hello(output);
+begin
+ writeln('Hello world!!!');
+end.
+