Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 411 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 411 Bytes

offline-exercise-76

Small excercise to showcase TDD on a simple interest calculation problem.

building the project:

No need to build the project, you only need to have Golang installed. The mod file in this project targets Go 1.20.

You may need to run go mod tidy to get the github.com/stretchr/testify dependency.

running the tests:

To run the tests do go test from the root of the project.