Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 836 Bytes

File metadata and controls

34 lines (25 loc) · 836 Bytes

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
}