8 lines
79 B
Lua
8 lines
79 B
Lua
capacity = 17
|
|
slotsperrow = 0
|
|
|
|
print(math.sqrt(capacity))
|
|
|
|
|
|
print(slotsperrow)
|