trisquel-icecat/icecat/third_party/rust/whatsys/examples/version.rs

5 lines
152 B
Rust

fn main() {
println!("{:?}", whatsys::kernel_version());
#[cfg(target_os = "windows")]
println!("{:?}", whatsys::windows_build_number());
}