5 lines
93 B
Rust
Raw Normal View History

//ignore-msvc: Stdout not implemented on Windows
fn main() {
println!("Hello {}", 13);
}