From 16b655e7c8cfb2e32e6bb839373f30ad63506f9a Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sat, 08 Jan 2022 13:28:32 +0000 Subject: [PATCH] Added json parsing, protocol comprehension and began executables for algs --- strat.hpp | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/strat.hpp b/strat.hpp index 212f323..893edce 100644 --- a/strat.hpp +++ b/strat.hpp @@ -1,9 +1,8 @@ #pragma once #include "book.hpp" -#include "secrets.hpp" +#include <unordered_map> +#include <string> -Book recoverBook() -{ - +namespace strat { } -- Gitblit v1.9.3