diff --git a/hello.fs b/hello.fs new file mode 100644 index 0000000..bbe0686 --- /dev/null +++ b/hello.fs @@ -0,0 +1,2 @@ +: hello-world ." Hello, World!" ; +hello-world