aboutsummaryrefslogtreecommitdiff
path: root/t.lua
diff options
context:
space:
mode:
authorame <[email protected]>2023-12-08 12:33:33 -0600
committerame <[email protected]>2023-12-08 12:33:33 -0600
commit9607c2fff47e764efba9ec0e12291d9368ae9073 (patch)
tree5619a723e8ec362e0dd6ef7e816f11e3f09a387f /t.lua
parent0de95dae34c2d588dc8f05fd0d2c50fd83230467 (diff)
lcm
Diffstat (limited to 't.lua')
-rw-r--r--t.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/t.lua b/t.lua
index 484d209..c8058b9 100644
--- a/t.lua
+++ b/t.lua
@@ -18,3 +18,4 @@ llib.io.debug("meow")
llib.io.log("hmm")
llib.io.warn("nuh uh!")
llib.io.error("void")
+print(llib.math.lcm({5,4,33}))