checkpoint: 2dvisualizer

This commit is contained in:
Ernie Pasveer
2022-05-07 11:25:26 -05:00
parent a4bb64065e
commit 75ab096da9
3 changed files with 197 additions and 66 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
int main() {
int points[] = {50,1,20,91,97,35,2,35,79,91};
int points[] = {50,1,20,91,97,35,2,35,79,91,50,1};
return 0;
}