#include "Bibleoteca.h"
#include<list>
#include<vector>
#include<algorithm>
#include<iostream>
using namespace std;

void Bibleoteca::Adauga(Carte book)
{
books.push_back(book);