update example

This commit is contained in:
sam 2024-07-21 02:21:39 +12:00
parent 786d85463a
commit 90009d760d

View file

@ -1,2 +1,7 @@
(print_str "hello world")
(print_num (add 5 (divide 100 5)))
(print_num (add 10 20))
(printf "5 + (100 / 5) = %d\n"
(add 5
(divide 100 5)))