Skip to content

Instantly share code, notes, and snippets.

@crazymonkyyy
Created February 2, 2022 20:05
Show Gist options
  • Save crazymonkyyy/73ebd438f159e59cd0483ab99227cea3 to your computer and use it in GitHub Desktop.
Save crazymonkyyy/73ebd438f159e59cd0483ab99227cea3 to your computer and use it in GitHub Desktop.
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