aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorc2024-03-09 11:01:23 -0500
committerc2024-03-09 11:01:23 -0500
commit099fd363f7972ad7e1c48f5fd9ab83aa38a40ea2 (patch)
tree7a2b81f5fba6630ec5d1da469135539007c16f3c /examples
parent9a7e88e33213135da7c8fa3607ca455d997f4a39 (diff)
Introduced mortality.
Diffstat (limited to 'examples')
-rw-r--r--examples/hello.halk3
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!". `
+