Created
February 23, 2018 09:38
-
-
Save mkarneim/629797671d41de3b674424ee66b0459b to your computer and use it in GitHub Desktop.
Sample with multiple files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- first.lua | |
function first() | |
print("first") | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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