1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
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!")