2020-11-23 20:01:10 +01:00

5 lines
87 B
Rust

#[cfg(target_os = "windows")]
mod bin;
#[cfg(not(target_os = "windows"))]
fn main() {}