Skip to content

Instantly share code, notes, and snippets.

View lua-playground's full-sized avatar

lua-playground

View GitHub Profile
@lua-playground
lua-playground / playground.lua
Created November 19, 2018 14:04
Code shared from the Lua Playground
function hello_lua()
print "Hello Lua!f"
end
hello_lua()
hello_lua()
@lua-playground
lua-playground / playground.lua
Created November 19, 2018 14:01
Code shared from the Lua Playground
function hello_lua()
print "Hello Lua!f"
end
hello_lua()
hello_lua()
@lua-playground
lua-playground / playground.lua
Created November 19, 2018 14:01
Code shared from the Lua Playground
function hello_lua()
print "Hello Lua!f"
end
hello_lua()
hello_lua()
@lua-playground
lua-playground / playground.lua
Created November 19, 2018 14:00
Code shared from the Lua Playground
function hello_lua()
print "Hello Lua!f"
end
hello_lua()
hello_lua()