add new, depressing welcome message inspired by https://furry.engineer/@nil/113755060125563709

This commit is contained in:
Schrottkatze 2025-01-01 22:27:00 +01:00
commit d9ef86387d
No known key found for this signature in database

View file

@ -13,4 +13,10 @@ pub fn print_startup_msg() {
} else { } else {
println!("Hello, thanks for using iOwO! :3"); 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..."
);
}
} }