Add exceptoins

This commit is contained in:
Leonetienne
2022-05-26 22:06:04 +02:00
parent bf94eae8e7
commit cad651eab5
3 changed files with 34 additions and 17 deletions
+3
View File
@@ -14,6 +14,9 @@ int main(int argc, char* const* argv) {
// Prepare the key
ModulePrepareKey::PrepareKey();
std::cout << ModulePrepareKey::GetKey().ToHexString() << std::endl;
return 0;
}