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