mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
12 lines
No EOL
181 B
C++
12 lines
No EOL
181 B
C++
#include <iostream>
|
|
#include <chrono>
|
|
#include <thread>
|
|
#include "bank.hpp"
|
|
|
|
int main()
|
|
{
|
|
Bank.Load();
|
|
Bank.SendFunds("0", "1", 50, "root");
|
|
Bank.Save();
|
|
return 0;
|
|
} |