Hacker News new | ask | show | jobs
by vardump 2838 days ago
Great idea! I improved the "program":

  $ cat >hello
  Hello\ World\!
  $ chmod +x hello
  $ ./hello
  ./hello: line 1: Hello World!: command not found
V0.2 changelog:

* fix: adheres to Hello World! standard now