From 099fd363f7972ad7e1c48f5fd9ab83aa38a40ea2 Mon Sep 17 00:00:00 2001 From: c Date: Sat, 9 Mar 2024 11:01:23 -0500 Subject: Introduced mortality. --- examples/hello.halk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') 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!". ` + -- cgit v1.2.3