Created
January 11, 2014 00:10
-
-
Save jeremyong/8365154 to your computer and use it in GitHub Desktop.
Simple lua file
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
function subtract_and_hello(a, b) | |
return a - b, "hello" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment