ruchy 3.0.2

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 13:10:37 UTC
// Total commands: 0

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