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
parent 94fa1bf856
commit d9ef86387d
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

View file

@ -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..."
);
}
}