haha depression go brrr

This commit is contained in:
SadlyNotSappho 2023-01-15 20:22:32 -08:00
parent 0eb524589b
commit d72796d6bd
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
fn main() {
println!("Goodbye, world!");
println!("Goodbye, world!"); // being happy is illegal, so the program is commiting suicide.
}