ruchy 4.1.2

A systems scripting language that transpiles to idiomatic Rust with extreme quality engineering
Documentation
1
2
3
4
5
6
// Example 1: Hello World
// Demonstrates: Basic println output
// Usage: ruchy examples/cli/01_hello_world.ruchy

println("Hello, World!")
println("Welcome to Ruchy!")