A command-line banking system simulation written in C#. It is currently still in the experimental stage, but it already supports several basic banking operations.
-
View the current account balance
-
Deposit and withdraw money
-
Transfer money to another account
-
And potentially much more in the future
-
Open your terminal in the project directory.
-
Run the application:
dotnet run