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