Table of Contents
As a first try to make a git repository, this project can't offer you anything more relevent than a Hello World!
Pure heart and some cpp of course
Just clone the repo and compile the file
Just a cpp compiler
Open terminal and write down:
g++ -o program.exe hello_world.cpp
./program.exe
done.
Printing out hello world on screen.(painful way)
Distributed under the MIT License. See LICENSE
for more information.
.o and .exe file extensions added to ignore list.