rust/tests/pass/hello.rs
2022-06-01 10:53:38 -04:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}