Program that prints all the numbers from 1 to 100. However, for multiples of 3, instead of the number, print "Linio". For multiples of 5 print "IT". For numbers which are multiples of both 3 and 5, print "Linianos".
- PHP 7 and above
- PHPUnit plugins for test cases
- Clone the program from this repository https://github.com/HancilSequeira/PHPNumberPrinting1To100
- In terminal go the folder "PHPNumberPrinting1To100"
- Run php index.php in terminal and press enter
- Run phpunit PrintNumber.php