Skip to content

Commit

Permalink
PNC-ify one stray WSA
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCVanB committed Jan 30, 2025
1 parent 24e6ac3 commit 90d5b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/countdown.roc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ tick! = |n|
Stdout.line!("🎉 SURPRISE! Happy Birthday! 🎂")?
Ok({})
else
Stdout.line!("${Num.to_str n}...")?
Stdout.line!("${Num.to_str(n)}...")?
_ = Stdin.line!({})
tick!(n - 1)

0 comments on commit 90d5b7a

Please sign in to comment.