Fix another copy+paste error

master
Benrob0329 2021-02-09 04:42:34 +00:00
parent eb32bf2840
commit 75f23bb004
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ local function calpi()
end
start = os.clock()
print(calpi())
calpi()
stop = os.clock()
return (stop - start)