100
s0nic12
7y

Since a "Hello world" program terminates immediately after printing its message, I personally prefer "Goodbye, world"

Comments
  • 14
    Too depressing...
  • 5
    I guess the "Hello, world!" message is really supposed to say that the programmer has been introduced to the world of technology, not that the message has been given life... Right?
  • 1
    for (let i=1; i>0; i++) {
    alert('Hello world!");
    }

    Now the poor function doesn't terminate. It lives happily ever after. Isn't that wonderful? :')
    (no it isn't)
  • 0
    @21stCenturyJoku Could have used a while True but okay

    I don't have many friends so whenever someone mentions "Hello World!", if feel happy.
  • 0
    If I had to say a goodbye, I think I would use "Goodbye Moonmen" 😂
Add Comment