A pesde package that prints hello. This package is intended to be used in examples.
The library contains a single function that prints hello.
local hello = require("./packages/hello")
hello()The binary prints hello.
pesde x pesde/helloThe packages for different targets are generated with a script.
pesde run buildThe generated packages will appear in the build directory.