ruchy 3.55.0

A systems scripting language that transpiles to idiomatic Rust with extreme quality engineering
Documentation
1
2
3
4
fn main() -> i32 {
    println("Hello from main")
    42
}