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

@ -1,6 +1,6 @@
#pragma once
#include "puzzle.h"
#include "solver/puzzle.h"
class Solver {
public: