1
2
3
fn main() {
    println!("Current mode: {:?}", dark_light::detect());
}