mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
nqueens use input arg again
This commit is contained in:
parent
bc1616bb33
commit
97a20f63ac
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ app "nqueens"
|
|||
main : Task.Task {} []
|
||||
main =
|
||||
Task.after Task.getInt \n ->
|
||||
queens 12 # original koka 13
|
||||
queens n # original koka 13
|
||||
|> Str.fromInt
|
||||
|> Task.putLine
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue