This commit is contained in:
Kartik K. Agaram 2021-06-04 16:46:20 -07:00
parent 224e264a65
commit 4dd08c268d
1 changed files with 0 additions and 2 deletions

View File

@ -130,8 +130,6 @@
(set y (+ y (* 2 side))))))))])
(main . [(def (main screen keyboard)
(circle_rainbow screen 90 90 8 1))])
(task . [(def (task screen)
(circle_rainbow screen 32 24 8 1))])
))
(sandbox . (+ 3 4))
)