Project Euler #200: Find the 200th prime-proof sqube containing the contiguous sub-string "200"

  • + 1 comment

    I have tried to make my Java solution to this challenge fast enough. Has anyone managed to write a Java solution that is fast enough?

    Alternatively can someone let me know which language they did use to solve the puzzle and score 100%.