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