Skip to content

Instantly share code, notes, and snippets.

@mkarneim
Created February 23, 2018 09:38
Show Gist options
  • Save mkarneim/629797671d41de3b674424ee66b0459b to your computer and use it in GitHub Desktop.
Save mkarneim/629797671d41de3b674424ee66b0459b to your computer and use it in GitHub Desktop.
Sample with multiple files
-- first.lua
function first()
print("first")
end
-- second.lua
function second()
print("second")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment