5 lines
94 B
Rust
5 lines
94 B
Rust
//ignore-msvc: Stdout not implemented on Windows
|
|
fn main() {
|
|
println!("Hello, world!");
|
|
}
|