nix-config/templates/rust-cargo/src/main.rs
Bruno BELANYI 26d6fcae4a
All checks were successful
ci/woodpecker/push/check Pipeline was successful
templates: add rust-cargo
2024-04-12 15:02:47 +00:00

4 lines
45 B
Rust

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