Write a 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".
- XAMPP
- PHP 7.3
- Composer
1.- Clone repository
2.- composer install
Open in browser http://localhost/LinioChallenge/public/
To run the PHPUnit test execute the next command in Terminal of root project
vendor/bin/phpunit