This repository provides a set of simple codes to start learning programming. It aims to help new learner to familiarize with basic programming notions and simple algorithms which must be known by every programmer.
Every notion or idea is presented in a separate class while the test class provides an example on how to call (or use) this notion.
In a first time, no OO programming notions are introduced. They will be introduced after a fair presentation of basic notions such as variables,...