mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
7 lines
92 B
Rust
7 lines
92 B
Rust
#!/usr/bin/env run-cargo-script
|
|
|
|
//@ check-pass
|
|
fn main() {
|
|
println!("Hello World!");
|
|
}
|