This commit is contained in:
Julian Brammer 2024-06-12 22:02:07 +02:00
parent b519308f7e
commit fc646a0f0e

View File

@ -67,7 +67,7 @@ for k,v in pairs(lines) do
x = tonumber(xStr) / steps x = tonumber(xStr) / steps
y = tonumber(yStr) / steps y = tonumber(yStr) / steps
print(x .. " " .. y . " x") print(x .. " " .. y .. " x")
end end
end end