- Notifications
You must be signed in to change notification settings - Fork67
Hello-World! The baby steps to be a Programmer! Explore this repository to check out various languages in Computer Science and understand how to contribute to Open Source effectively and easily. Sending your first Pull Request is not hard and made easier by this repository!
License
sbshah97/hello-world
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project shows you how to write the legendary fundamental "hello-world" inall languages that you can think of.
For each hello-world download that language's compiler and run the file.
The hello-world code for each language is in its own directory. This directory also contains a specific README.md with instructions on how to run the code.
- Make sure you havedocker.io installed on your system by running
docker -v
, which should log the current version ofdocker installed. - Run
docker run -v $(pwd):/home/docker -w /home/docker -it --rm <image_name> /bin/bash
to run an interactive container. - Compile and run your desired program
- After installingDocker, simply run
docker run hello-world
. - This should create a container which displays ahello-world message.
- Goto thedocker hub.
- Search for the language/environment you want to run.
- Choose any image in the list.
- Run thecommand mentioned above by replacing the<image_name> with the corresponding image.
- I am always looking for more contributions.
- If you're wondering how to contribute do check outContributing
- The software is registered under theMIT License
About
Hello-World! The baby steps to be a Programmer! Explore this repository to check out various languages in Computer Science and understand how to contribute to Open Source effectively and easily. Sending your first Pull Request is not hard and made easier by this repository!