This commit is contained in:
Kyler Olsen 2024-11-07 20:10:32 -07:00
parent cae802b3bf
commit 47cb06e75a
2 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
from maze import OriginShift
m = OriginShift(21)
print(m[1,1])
print(m[2,1])
print(m[1,2])