main.cpp @@ -1,6 +1,7 @@ #include "book.hpp" #include <chrono> int main(void) { testBook(); Book b = testBook(10, true); }