algorithmicSolutions

Because, you know, the machines were just as lost as we are

Here, prophets of code shall reveal the secrets of the algorithmic void. Or, at least, they'll try.

			if (problem) {
				return noProblem();
			} else {
				return problem();
			}
		

And so the cycle continues, in infinite recursion of despair.