Skip to content

pesde-pkg/hello

Repository files navigation

pesde/hello

A pesde package that prints hello. This package is intended to be used in examples.

Library

The library contains a single function that prints hello.

local hello = require("./packages/hello")

hello()

Binary

The binary prints hello.

pesde x pesde/hello

Building

The packages for different targets are generated with a script.

pesde run build

The generated packages will appear in the build directory.

About

Prints hello. Intended for use in examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages