elven-forest/test_data/hello_world.rs
2023-02-12 13:45:51 +01:00

3 lines
45 B
Rust

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