Merge branch 'main' into cpr-fetch-content

This commit is contained in:
Maximilian Keßler 2024-01-14 18:34:15 +01:00
commit 03abd08418
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -4,7 +4,6 @@
#include <iostream>
#include <memory>
#include <numeric>
#include <ranges>
#include <readline/readline.h>
#include <readline/history.h>
@ -477,4 +476,4 @@ namespace Hanabi
std::cout << "Unrecognized command. Type 'help' for a list of available commands." << std::endl;
}
}
}
}