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: 3 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-14T09:12:32.000Z (almost 10 years ago)
- Last Synced: 2025-01-18T01:23:51.072Z (5 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.