Ir al contenido
Hola mundo en Rust (Rust)
Rust
Rust
fn main() { println!("¡Hola, mundo!"); }
1
2
3
fn
main
(
)
{
println
!
(
"¡Hola, mundo!"
)
;
}