/BankingAppCLI

A banking command line interface app built using golang.

Primary LanguageGoMIT LicenseMIT

BankingAppCLI

A banking command line interface app built using golang.

// To run the app

go run .
// To exit at any point of the app execution

<Ctrl + c>