Move the solver code to its own library

This commit is contained in:
Drew Galbraith 2023-05-04 00:01:51 -07:00
parent dd89c1fd6c
commit dc3f23d111
6 changed files with 11 additions and 8 deletions

View file

@ -3,7 +3,7 @@
#include <optional>
#include <string>
#include "cell.h"
#include "solver/cell.h"
class Puzzle {
public: