Skip to content

Instantly share code, notes, and snippets.

@coderedart
coderedart / banking.cpp
Created July 21, 2019 23:58
asking for help from exp people in discord
#include <iostream>
#include <fstream>
using std::cout;
using std::cin;
using std::ifstream;
using std::ofstream;
using std::fstream;
using std::string;
using std::endl;