Skip to content

Commit

Permalink
update README example for fun
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrip committed Jun 19, 2024
1 parent 4303ec7 commit bc810cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is an incredibly simple example of calculating the `n`'th Fibonacci sequenc
Currently the only way to observe output is via the return code of the program.

```
function fib(n: int32) -> int32
fun fib(n: int32) -> int32
if n == 0 then
return 0;
else if n == 1 then
Expand Down

0 comments on commit bc810cb

Please sign in to comment.