diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hello.halk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/hello.halk b/examples/hello.halk index 4eeeeb7..f986a21 100644 --- a/examples/hello.halk +++ b/examples/hello.halk @@ -13,4 +13,5 @@ n, +. fib.(-. n, 1), fib. -. n, 2); -io!print.greet."world!"; ` Use previously defined function to print "Hello, world!". ` +io/print.greet."world!"; ` Use previously defined function to print "Hello, world!". ` + |