I'm not proud of it, but I got the right answer faster than the compiler timeout. So, technically, I did it.
Top-level
I'm not proud of it, but I got the right answer faster than the compiler timeout. So, technically, I did it. 3 comments
@tylermumford The #Go compiler has a default timeout for running tests of ten minutes, which can be overridden by a flag. If the limit is reached, the copilator will panic, force stop the process and the remaining tests will be marked as failed. |
@toby3d What do you mean by compiler timeout?