Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phpexpertsinc/primechallenge
A test to see if people can follow directions and code somewhat OK.
https://github.com/phpexpertsinc/primechallenge
Last synced: about 5 hours ago
JSON representation
A test to see if people can follow directions and code somewhat OK.
- Host: GitHub
- URL: https://github.com/phpexpertsinc/primechallenge
- Owner: PHPExpertsInc
- Created: 2015-08-13T14:41:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-14T09:12:32.000Z (over 9 years ago)
- Last Synced: 2024-03-20T22:33:34.029Z (8 months ago)
- Homepage: http://www.phpexperts.pro/
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Read this very carefully because almost everyone provides the wrong answer.
By taking this challenge, you swear to not look at any Pull Requests until after you have submitted your own.
Write a program in PHP that finds the 444th prime number, which after being converted to hexadecimal, contains the word "beef" in it.
You must provide both the integer and its hex code, and it must have the word "beef" in it.
'c2f" is not the correct answer. A correct solution will take at least 15 minutes to find the answer.