3 lines
55 B
Rust
3 lines
55 B
Rust
|
|
fn main() {
|
||
|
|
println!("Hello from Windows Rust!");
|
||
|
|
}
|