Skip to content

Instantly share code, notes, and snippets.

@kyren
Created September 28, 2017 09:05
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 kyren/ccdc63edad0dc2715660c31a656301e7 to your computer and use it in GitHub Desktop.
Save kyren/ccdc63edad0dc2715660c31a656301e7 to your computer and use it in GitHub Desktop.
function hook(args)
print("greetings from lua")
for _, v in pairs(args) do
print(v)
end
return 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment