elven-forest/test_data/hello_world.rs
2023-02-11 18:33:34 +01:00

3 lines
No EOL
44 B
Rust

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