- This is a Simple Hello World code for starters
- In order to use this code you need to clone the git repository first
- To clone a repository find the green color button (Code) click it.
- You will find a URL. Copy it and open your Linux terminal
- write
git clone <insert URL>
to Clone the Repository - After the cloning run the code using
g++ -o out HelloWorld.cpp
- To make sure the output is correct use
./out
- Happy Coding!