mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
🐛 forgot usernames must be <3 characters
This commit is contained in:
parent
f1b03ecb41
commit
206698697b
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ using namespace std::chrono;
|
|||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
for (size_t i = 0; i < 10000; ++i)
|
||||
for (size_t i = 100; i < 10100; ++i)
|
||||
{
|
||||
Bank::AddUser(std::to_string(i), 0, "root");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue