Proof of Work

You will receive a PREFIX and number N representing difficulty. You have to compute an answer such that `sha256(PREFIX + answer)` has N leading zero bits.

We implemented the solver in various languages to help you solve the obnoxious PoW.

Example: python3 ./python3.py foobar_prefix 16