Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 786 Bytes

CONTRIBUTING.MD

File metadata and controls

12 lines (11 loc) · 786 Bytes

Contributing

This is a collection of hello world programs

How to contribute

  • Create a pull request that adds a new Hello World program.
  • The new file must be named <language_name>.<extension>
    • Language name can be its aliases. For example c# can be cs or csharp, c++ can be cpp
  • The program output can be Hello World, Hello World!, hello world, Hello, world, hello, world, etc...
  • Remember to reference issue #1
  • Only one new Hello World per pull request
  • Don't add existing Hello World programs to the repo. You can see them in #1

I will merge your pull request on condition that it's valid. It might take about 1-24 hours