Skip to content

Instantly share code, notes, and snippets.

@yukurt
Created June 15, 2017 06:29
Show Gist options
  • Save yukurt/6c3c087f4f173b46d185841277ba3df2 to your computer and use it in GitHub Desktop.
Save yukurt/6c3c087f4f173b46d185841277ba3df2 to your computer and use it in GitHub Desktop.
test.lua
#!/usr/bin/lua
package.loadlib('./example.so', 'luaopen_example')()
A = example.MyClass(6, 7)
A:greet()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment