Skip to content

A simple CLI ATM Machine with basic ATM features.

Notifications You must be signed in to change notification settings

ukane-philemon/cli-atm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cli-atm

ATM is a simple ATM machine cli program for the Alt_School third assignment that has the following features:

- Change Pin.
- Check account balance.
- Withdraw funds.
- Deposit funds.
- Cancel/exit/logout (selecting any of the option will exit the program).

To run you must have go installed and clone this repository on your terminal using git clone https://github.com/ukane-philemon/cli-atm.git then:

  • cd cli-atm
  • Run go build then ./cli-atm or run go install then cli-atm

About

A simple CLI ATM Machine with basic ATM features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages