diff options
| author | ame <[email protected]> | 2023-12-25 15:10:55 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2023-12-25 15:10:55 -0600 |
| commit | a94fea7fefbec0d8c307bbbdac9f3403dc00db2d (patch) | |
| tree | 3d8097dce11003682335d5e82fb2861021c902e0 /t.lua | |
| parent | a34abc1d1c9fbd565fe00e14372fe815d25ef388 (diff) | |
removed small tests
Diffstat (limited to 't.lua')
| -rw-r--r-- | t.lua | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -1,21 +0,0 @@ -require "llib" -local a = llib.array - ---local test = {5,"meow",3,2,2,1,8} ---test = a.reverse(test) - ---for i=1,#test do --- print(test[i]) ---end - ---print(a.index(test,"meow")) -local ww = a.to_char_array("meow awa")--(a.split(llib.io.readfile("c.lua"),"\n")) -for i=1,#ww do - print(i .. " " .. ww[i]) -end - -llib.io.debug("meow") -llib.io.log("hmm") -llib.io.warn("nuh uh!") -llib.io.error("void") -print(llib.math.lcm({5,4,33})) |
