Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 884 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 884 Bytes

CodeGolfHelloWorld

Collection of shortest Hello Worlds in any language.

Everyone is welcomed to add their solution. If you find shorter code, feel free to push a PR. I try to accept your solution as fast as possible ;)

If you provide a Try It Online link ( https://tio.run/# ), I can accept faster.

Task

Output the string "Hello, World!" in any form. It would be nice, if you also provide a short explanation.

Contribution Guide

Who can contribute

Anyone can contribute to this repositry. Typos may be accepted too.

You can view an example pull request here.

How to contribute

  • Fork this repository
  • Write your code
  • Create a pull request and provide a link to test it directly ( e.g. https://tio.run/# )
  • Star the repository to show your support :)