Files
rust-hello-world/src/main.rs
Hermes 8372c8c77d
All checks were successful
Rust Build / build (push) Successful in 55s
chore: verify cache restore v3
2026-05-02 14:36:26 -07:00

4 lines
61 B
Rust

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