"Hello, world!" in different programming languages
Create a file hello.xx
of the language you want to write program in and save as
programming_language_name/hello.xx
example: c/hello.c
or python/hello.py
-
Create a simple "Hello, World" Program in a language of your choice
-
Make a pull request for your work and wait for it to be merged!
Head to CONTRIBUTING.md for instructions.