Created
February 2, 2022 20:05
-
-
Save crazymonkyyy/73ebd438f159e59cd0483ab99227cea3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import basic; | |
void main(){ | |
foreach(i;0..24){ | |
"[ //".write;i.writeln; | |
" [Vector2(0,5)]".writeln; | |
"],".writeln; | |
if(i%5==4){ | |
"".writeln; | |
}}} | |
//void main(){ | |
// foreach(i;0..24){ | |
// "7,".writeln; | |
// if(i%5==4){ | |
// "//".write;(i+1).writeln; | |
//}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment