tangled
alpha
login
or
join now
xduskashesreal.nekoweb.org
/
test.lua
copy-paste of the test.lua from my test repo
0
test.lua
5w ago
9 lines
80 B
view raw
1
-- test
2
3
print
(
"
hello world
"
)
4
5
local
num1
=
2
6
7
print
(
num1
*
2
)
8
9
-- testing things