Skip to content

Instantly share code, notes, and snippets.

@jeremyong
Created January 11, 2014 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyong/8365154 to your computer and use it in GitHub Desktop.
Save jeremyong/8365154 to your computer and use it in GitHub Desktop.
Simple lua file
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