mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
removed header
This commit is contained in:
parent
d263ae4966
commit
ffce6bf2f4
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
#include <string>
|
||||
#include <mutex>
|
||||
|
||||
struct User
|
||||
{
|
||||
|
|
|
|||
2
main.cpp
2
main.cpp
|
|
@ -9,7 +9,7 @@ int main()
|
|||
std::cout << Bank.AdminAddUser("root", "Jollymonsam", 2500, "pass123") << '\n';
|
||||
std::cout << Bank.GetBal("Jollymonsam") << '\n';
|
||||
std::cout << Bank.SendFunds("Jollymonsam", "Twix", 333, "pass123") << '\n';
|
||||
std::cout << Bank.GetBal("Twix") << " | " << Bank.GetBal("Jollymonsam") << '\n';
|
||||
std::cout << Bank.GetBal("Twix") << " : " << Bank.GetBal("Jollymonsam") << '\n';
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in a new issue