mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-01-24 08:01:06 +02:00
6 lines
104 B
Lua
6 lines
104 B
Lua
package.cpath = "./?.so"
|
|
require "fromlua"
|
|
print("hello")
|
|
cstuff.dothis()
|
|
print ("It's run da C code!")
|