Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 471 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 471 Bytes

Hello-World-Code

  • 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!