7 lines
57 B
Rust
7 lines
57 B
Rust
|
#[cfg(windows)]
|
||
|
fn main() {
|
||
|
}
|
||
|
|
||
|
#[cfg(unix)]
|
||
|
fn main() {
|
||
|
}
|