Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
18
Task/Set-puzzle/Quackery/set-puzzle.quackery
Normal file
18
Task/Set-puzzle/Quackery/set-puzzle.quackery
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[ temp put
|
||||
[ dup cards dup
|
||||
sets dup size
|
||||
temp share != while
|
||||
2drop again ]
|
||||
swap
|
||||
say "Cards:" cr
|
||||
witheach echocard
|
||||
cr
|
||||
say "Sets:" cr
|
||||
witheach
|
||||
[ witheach echocard cr ]
|
||||
drop
|
||||
temp release ] is task ( n n --> )
|
||||
|
||||
basic task
|
||||
cr
|
||||
advanced task
|
||||
Loading…
Add table
Add a link
Reference in a new issue