Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 696 Bytes

File metadata and controls

22 lines (14 loc) · 696 Bytes

joule-lang examples

Runnable example programs for joule-lang. Each subdirectory is an independent example with its own README explaining what it shows and how to run it.

Install

cargo binstall joulec
# or
cargo install joulec
# or download from https://github.com/openIE-dev/joule-lang/releases

Examples

  • [hello energy-budget multi-target/](./hello energy-budget multi-target/)

License

Examples in this directory are licensed under Apache-2.0 — copy them into your own projects without license contamination. See LICENSE for the full text.

This differs from the rest of this repository (binaries under BSL-1.1, documentation under CC-BY-4.0).