5 lines
58 B
Rust
Raw Normal View History

2017-09-16 13:32:38 +02:00
//ignore-msvc
fn main() {
println!("Hello {}", 13);
}