# JKL Programming Language ## Open source programming language written in Rust. ( v0.1.5 ) ### Visit our [Documentation](https://jkl-docs.vercel.app/) Website. ### Contact us on [Discord](https://discord.com/invite/UgUaUPhzug). # Installation Download and install [Rust and Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) if you don't have them and then clone this repository. create file `main.jkl` in the root.
`main.jkl` ``` print "Hello World!"; ``` you can run the code using `cargo`: ```bash cargo run main ``` # [Read The Docs](https://jkl-docs.vercel.app/)