Crates.io | jkl-lang |
lib.rs | jkl-lang |
version | 0.1.51 |
source | src |
created_at | 2023-07-20 09:17:04.275001 |
updated_at | 2023-07-20 09:39:49.127941 |
description | Open Source Programming Language |
homepage | https://jkl-docs.vercel.app/ |
repository | https://github.com/418e/JKL |
max_upload_size | |
id | 921168 |
size | 118,292 |
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