diff --git a/crates/app/src/welcome_msg.rs b/crates/app/src/welcome_msg.rs index a3e15a3..63b7601 100644 --- a/crates/app/src/welcome_msg.rs +++ b/crates/app/src/welcome_msg.rs @@ -13,4 +13,10 @@ pub fn print_startup_msg() { } else { println!("Hello, thanks for using iOwO! :3"); } + if now.year() >= 2100 { + println!("Is your system time set correctly? If yes, ... wow, humanity still exists! :0"); + println!( + "Given current politics, I'm surprised we as a species made it another 75 years..." + ); + } }