diff options
Diffstat (limited to 'examples/hello_world.gorth')
-rw-r--r-- | examples/hello_world.gorth | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/hello_world.gorth b/examples/hello_world.gorth deleted file mode 100644 index 1df3bf4..0000000 --- a/examples/hello_world.gorth +++ /dev/null @@ -1,5 +0,0 @@ -# Prints out "Hello, World!" - -include "../lib/stdlib.gorth" - -"Hello, World!" write |