Skip to content

Instantly share code, notes, and snippets.

@howmanysmall
Last active November 29, 2020 04:08
Show Gist options
  • Save howmanysmall/9675e9915d83e59eddef66715325d240 to your computer and use it in GitHub Desktop.
Save howmanysmall/9675e9915d83e59eddef66715325d240 to your computer and use it in GitHub Desktop.
local meth = {}
-- Go awat
function Math.Awesome()
return "awesome"
end
function Math.add1and 2()
return 1 + 2
end
return 3
@howmanysmall
Copy link
Author

i have n idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment