/ src / examples / rust / hello.rs
hello.rs
1  // examples/rust/hello.rs
2  // Simple Rust test to verify toolchain.
3  
4  fn main() {
5      println!("straylight rust toolchain operational");
6  }