This project shows you how to write the legendary fundamental "hello-world" in all languages that you can think of.
For each hello-world download that language's compiler and run the file.
python hello_world.py (assuming you have python. But everyone has python)
go run hello-world.go
go build hello-world.go
./hello-world
-I am always looking for more contributions.
- If you're wondering how to contribute do check out Contributing
- The software is registered under the MIT License