4 lines
97 B
Lua
4 lines
97 B
Lua
|
print("hello world")
|
||
|
led(1, 255, 255, 3)
|
||
|
print("There are " .. tostring(ledamount()) .. " leds")
|