Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 279 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 279 Bytes

vanad1

Prime Generator Function

The prime generator function itself is located in prime-generator.php.

To test the prime generator functionality, run this command:

php prime-test.php

To specify a different upper bound, pass a numeric parameter:

php prime-test.php 1234