Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.47 KB

README.md

File metadata and controls

49 lines (43 loc) · 1.47 KB

golfiest-hello-world

Shortest programs to print "Hello, World!".

All files:

  • print exactly "Hello, World!" with optional leading or trailing whitespace
  • are full programs.
  • print to STDOUT or the closest alternative
  • do not error

Languages

Contributing

To add another language, you must:

  • follow the criteria above
  • create the file with the name <language-name>.<file-extension>
  • add an entry in README.md like so: [<language name>](<file-name>), <byte-count> bytes (notice the list is alphabetical)