Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.