Picture credit of this picture to Techworm
This is a collection of the ways to write "Hello world!" on the console in each language.
The mean porpuse of this repo is for showing the hello world projects for everyone. ✨
You can see more like all hello world in all languages (including markup & frameworks), you can check hello-world out.
This repo has been created by MohaDev69 & AbdelrahmanDwedar
- We have made all the files output the same sentence - which is "Hello world!" - to make it simple to understand them.
- All the languages we added is programming languages and there's not one markup language or others (we counted the scripting languages as well).
- Simple and straightforward codes, to be understandable and readable for any developer - using that language.
- if there's a language - that hasn't been added and - you want to add it, you can do so; by making a pull request
- Fork this repo.
- Add the file with the code (it must be outputting
"Hello world!"
as all other languages with break line). - Commit with the following
Add [langauge]
(and if it was needed to be explained feel free to add that explaination through comments or commit details). - Pull request the changes.