gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/images/basic/rust/helloworld.rs (about) 1 fn main() { 2 println!("Hello, World!"); 3 }