mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Fix unused function in tutorial
This commit is contained in:
parent
512b9361bf
commit
be6bd9a1ec
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ birds = 3
|
|||
|
||||
iguanas = 2
|
||||
|
||||
total = Num.toStr (birds + iguanas)
|
||||
total = addAndStringify birds iguanas
|
||||
|
||||
main =
|
||||
Stdout.line "There are \(total) animals."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue