1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-01-22 18:51:05 +02:00

7 lines
126 B
Lua
Raw Normal View History

-- call a C++ function
avg, sum = average(10, 20, 30, 40, 50)
print("The average is ", avg)
print("The sum is ", sum)