summaryrefslogtreecommitdiff
path: root/lib/esp-idf-lua/examples/vfs/spiffs_image/main.lua
blob: 0873329cdf5f5d2b98fe5ef999e48b745a902337 (plain)
1
2
3
4
5
6
local hello = require "hello"
local hex = require "hex"

print(hello.world())

hex.dump(hello.lorem_ipsum())