README.md
July 14, 2025 ยท View on GitHub
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
}
July 14, 2025 ยท View on GitHub
Warning
Please note that Lynx is still in early development.
As of now only Linux and macOS will be officially supported.
main() -> int {
core::println("Hello World!");
0
}