This commit is contained in:
marcelbls 2025-11-05 14:57:01 +01:00
parent 39ec6e2061
commit 888049460e

View File

@ -76,5 +76,5 @@ def rot_2D(angle: int) -> List[List[int]]:
if __name__ == "__main__": if __name__ == "__main__":
#made by chatGBT
print(rot_2D()) print(rot_2D())