Files
rust-hello-world/src/main.rs
Hermes 315e8cc91a
All checks were successful
Rust Build Cache Test / build (push) Successful in 40s
chore: verify cache with trivial change
2026-05-02 14:06:48 -07:00

4 lines
58 B
Rust

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