A Nulang project.
src/main.nula— entry pointsrc/lib.nula— library moduletests/— test filesexamples/— standalone demos
# Build and type-check
nula build
# Run the entry point
nula run
# Run tests
nula test
# Run a demo
nulang examples/demo.nula
Add dependencies with nula add <name>.