taskwarrior/cmake/CMakeRust/hello/hello.rs
2023-04-27 19:18:10 -04:00

5 lines
44 B
Rust

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