aboutsummaryrefslogtreecommitdiff
path: root/tt.lua
diff options
context:
space:
mode:
authorame <[email protected]>2023-12-25 15:10:55 -0600
committerame <[email protected]>2023-12-25 15:10:55 -0600
commita94fea7fefbec0d8c307bbbdac9f3403dc00db2d (patch)
tree3d8097dce11003682335d5e82fb2861021c902e0 /tt.lua
parenta34abc1d1c9fbd565fe00e14372fe815d25ef388 (diff)
removed small tests
Diffstat (limited to 'tt.lua')
-rw-r--r--tt.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/tt.lua b/tt.lua
deleted file mode 100644
index d52b00f..0000000
--- a/tt.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-require "llib"
-
-local s = llib.array.split("0 5 3 10"," ")
-local b = {a=5}
-llib.config.set({max_depth=-1,collapse_all=1});
-llib.io.pprint({5,{"what"},{55,55,33,2,5,5,5},{{55,5,8},9},3,{5,{meow=3}},{meow={5,5}}})
---llib.io.pprint(llib.array.len(b))
-
-