This commit is contained in:
Markus
2019-11-09 12:56:49 +01:00
parent 0b6b7e347c
commit 6348280e6c
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,8 @@
#include <fstream>
struct Account {
std::string Email, Password;
std::string Email,
Password;
};