rustc/tests/run-make/windows-subsystem/console.rs
2023-09-14 08:56:40 +02:00

4 lines
48 B
Rust

#![windows_subsystem = "console"]
fn main() {}