From c0432f282f38e6a6de925b715ccd02fe82c51093 Mon Sep 17 00:00:00 2001 From: h45-taylor <harvey.taylor3@live.uwe.ac.uk> Date: Wed, 10 Jan 2024 19:09:57 +0000 Subject: [PATCH] added game.run to solve issues --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index 9be5f72..378267d 100644 --- a/main.cpp +++ b/main.cpp @@ -2,5 +2,7 @@ int main(){ Board game; + game.run(); + return 0; } \ No newline at end of file -- GitLab