README.md

July 14, 2025 ยท View on GitHub

Apache License v2.0 C++ LLVM

Warning

Please note that Lynx is still in early development.
As of now only Linux and macOS will be officially supported.

Hello World in Lynx
main() -> int {
    core::println("Hello World!");
    0
}