hello-world in any programming language.
To add a language you should add the folowing:
-
a file named
main.*orMain.*(like in java)- This file should output
hello, world
- This file should output
-
a file named
README.mdin where the content will be the content fromTEMPLATE.md- replace all occurrences with
{{*}}the information
- replace all occurrences with
-
commit message should have the following message
✨ added {{LANGUAGE}} -
create a pull request with the
add languagetemplate.