2022-11-26 20:07:55 +01:00
# Goodbye World
2023-03-02 17:05:12 +01:00
Goodbye world is a [program ](program.md ) that is in some sense an opposite of the traditional [hello world ](hello_world.md ) program. What exactly this means is not strictly given, but some possibilities are:
2022-11-26 20:07:55 +01:00
- It just prints *goodbye world* , the programmer writes the program and never touches the language again.
- It is the last program a programmer writes before death, either unknowingly or possibly as a [suicide ](suicide.md ) note.
- Just as hello world shows the very basics of a language, a goodbye world may showcase the most advanced or masterful concepts of the language.
- It is a program that erases itself or possibly the whole [operating system ](os.md ) etc.
2025-02-23 21:54:51 +01:00
- TODO: more ideas?
## See Also
- [silicon heaven ](silicon_heaven.md )