koi-lang 0.1.0

A high-level programming language that transpiles to Rust.
1
2
3
fn main() {
    println!("Hello, Koi!");
}