ruchy 3.25.0

A systems scripting language that transpiles to idiomatic Rust with extreme quality engineering
Documentation
1
2
3
4
5
6
7
8
// Ruchy Script - Exported from REPL Session
// Generated: 2025-09-04 12:54:57 UTC
// Total commands: 0

// No executable statements to export
fn main() {
    println!("Hello, Ruchy!");
}