mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
5 lines
94 B
Rust
5 lines
94 B
Rust
//ignore-msvc: Stdout not implemented on Windows
|
|
fn main() {
|
|
println!("Hello, world!");
|
|
}
|