Files
Jing Chen a5f0778c38 Add a hello world docker image test for rust runtime.
PiperOrigin-RevId: 603161919
2024-01-31 14:38:10 -08:00

4 lines
45 B
Rust

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