add new, depressing welcome message inspired by https://furry.engineer/@nil/113755060125563709
This commit is contained in:
parent
94fa1bf856
commit
d9ef86387d
1 changed files with 6 additions and 0 deletions
|
@ -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..."
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue