jkl-lang 0.1.51

Open Source Programming Language
jkl-lang-0.1.51 is not a library.

JKL Programming Language

Open source programming language written in Rust. ( v0.1.5 )

Visit our Documentation Website.

Contact us on Discord.

Installation

Download and install Rust and Cargo 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:

cargo run main

Read The Docs