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
main.jkl
```
print "Hello World!";
you can run the code using cargo:
cargo
bash cargo run main