pointers
This commit is contained in:
11
bank/communication.go
Normal file
11
bank/communication.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func presentOptions() {
|
||||
fmt.Println("What do you want to do?")
|
||||
fmt.Println("1. Check balance")
|
||||
fmt.Println("2. Deposit money")
|
||||
fmt.Println("3. Withdraw money")
|
||||
fmt.Println("4. Exit")
|
||||
}
|
||||
Reference in New Issue
Block a user