A coding test based on the Fibonacci numbers
When downloading the repository for the first time, use npm install to retrieve the required development packages.
Unit tests can be run using the npm run test command.
Open up src/index.ts and hit f5 in vs code. Breakpoints will be triggered.
Run the program using npm run start.