/ nix / checks / test-sources / rust-hello.rs
rust-hello.rs
1  fn main() {
2      println!("Hello from Rust!");
3  }