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