Files
rust-hello-world/src/main.rs
Eric Liu 9522ce85fc
All checks were successful
Rust Build / build (push) Successful in 37s
Add cacheable library target
2026-05-05 20:37:47 -07:00

4 lines
63 B
Rust

fn main() {
println!("{}", rust_hello_world::message());
}