This is an ATM CLI app.
Usage: go run main.go
Description: Find the various features below, and how to use them:
-
Change Pin: the default pin is 1234. Here, you can change the default pin to a desired pin number.
-
Account balance: the current account balance is 1000000.
-
Withdraw funds: You will be able to withdraw funds from the account balance.
-
Deposit funds: If you would like to add more funds to your account, this feature helps with that.
-
Exit: You can exit the program if you no longer need to perform another operation.