From 127d5af6f934b162c98a40ce414b98415d899cea Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Fri, 07 Jan 2022 10:43:34 +0000
Subject: [PATCH] finished book

---
 main.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/main.cpp b/main.cpp
index b05ddec..612f52f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,6 +1,7 @@
 #include "book.hpp"
+#include <chrono>
 
 int main(void)
 {
-    testBook();
+    Book b = testBook(10, true);
 }

--
Gitblit v1.9.3