BankAccountSolution is a .NET project that includes a BankAccount class library and a corresponding unit test project. The solution is designed to manage bank account operations and ensure their correctness through unit tests.
To build the project, run the following command in the root directory:
dotnet buildTo run the unit tests, use the following command:
dotnet test