Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
10 Line challenge
local str = "Hey! If you can't tell I'm bored af" local function main(int1, int2, addsub) for i = int1, int2, addsub do print(string.sub(str, i, #str)) end if int1 ~= #str then main(#str, 1, -1) end end main(1 ,#str, 1) --[[ Did a 10 line challenge cuz i was bored ]]--
run
|
edit
|
history
|
help
0
l
Beispiel
Map generator
True every 5
Eliminatoria minigame
Surface Area of things (Incomplete)
ShSlotMachine_Data
test3
Truly random numbers (Lua)
quick sort