Skip to content

Instantly share code, notes, and snippets.

View TaqsBlaze's full-sized avatar
:electron:
Open for Programming

Tanaka Chinengundu TaqsBlaze

:electron:
Open for Programming
View GitHub Profile
@TaqsBlaze
TaqsBlaze / Bank.cs
Created May 7, 2020 11:53
A small terminal banking app written in C# to emulate some basic functionalities of a banking system
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.IO;
// A Banking system in C#
//By Tanaka Chinengundu
/*