The code, gotos and all, for those wanting to...well, whatever.


#include <iostream>
#include <cstdlib>
using namespace std;

void makeboard();
bool boardtest();
void solver();