- PHP v8.0 or newer (extensions=mbstring, openssl)
- Composer v2.1 or newer
(both must be present in the
PATH
environment variable)
Run composer install
to install all dependencies.
Run php App/main.php
to execute the program, which should output the result in the console.
Run php vendor/phpunit/phpunit/phpunit
to execute all tests.