Solve a Hopido puzzle: Difference between revisions

m
Fixed D entry again
m (Simpler D entry)
m (Fixed D entry again)
Line 217:
Nullable!(string[][]) solve() pure /*nothrow*/ @safe
out(result) {
if (!result.isNull)
assert(!grid.canFind(unknownCell));
} body {