This commit is contained in:
2025-03-27 17:11:14 +01:00
parent 35c9414422
commit c20d43139f
2 changed files with 8 additions and 1 deletions

7
scratch.lua Normal file
View File

@@ -0,0 +1,7 @@
capacity = 17
slotsperrow = 0
print(math.sqrt(capacity))
print(slotsperrow)