diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-12-29 00:46:54 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-12-29 00:46:54 +0400 |
commit | ab13eca5f69b283a93001b5968cf51c45249a80e (patch) | |
tree | a7bd5914c4b13d8ef6e23e4c3b536e6473a22c07 /examples | |
parent | 19bd93de75b1a322b7b20c7f861e8b1a582c81fa (diff) |
examples added
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hello_world.gorth | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hello_world.gorth b/examples/hello_world.gorth new file mode 100644 index 0000000..424cfa3 --- /dev/null +++ b/examples/hello_world.gorth @@ -0,0 +1 @@ +pushstr "Hello, World!" println |