RIOT/examples/lua/main.lua
danpetry 9621831ede examples/lua: added example Lua application
- Lua print() function is only supported function
- Lua script is parsed at compile time and run in example
2018-05-24 17:56:25 +02:00

2 lines
35 B
Lua

print("Hello world, this is lua!")