5 lines
82 B
Rust
5 lines
82 B
Rust
fn main() {
|
|
if cfg!(target_os = "linux") {
|
|
// Do something
|
|
}
|
|
}
|