/IEHomeworks

All completed IE homeworks will be uploaded here!

Primary LanguageC++MIT LicenseMIT

Contributors


99.1% pure newbie readme.




Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Recent Updates

About The Project

As a first try to make a git repository, this project can't offer you anything more relevent than a Hello World!

Product Name Screen Shot

Build With

Pure heart and some cpp of course

Getting Started

Just clone the repo and compile the file

Prerequisites

Just a cpp compiler

Instalation

Open terminal and write down:

g++ -o program.exe hello_world.cpp 
./program.exe

done.

usage

Printing out hello world on screen.(painful way)

License

Distributed under the MIT License. See LICENSE for more information.

recent updates

.o and .exe file extensions added to ignore list.