Files
taskwarrior-2.x/cmake/CMakeRust/hello/hello.rs
Dathan Bennett 7492fc48bb Vendor CMakeRust
2023-04-27 19:18:10 -04:00

6 lines
44 B
Rust

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