Hacker Rank Solutions
version 1.3.0 - 25/04/2024

Introduction
HackerRank is an online platform to connect companies with developers to practice and hire right people based on skill
assessments.
Requirements
Check Application Test Coverage
To verify test coverage on terminal:
- Verify the version of Go - 1.22.x or higher.
- Download the source code from repository.
- Open a terminal.
- Go to the root location of the source code.
- Execute the commands:
make unit-test
List Dependency Licenses
To generate list of dependency licenses on terminal:
- Verify the version of Go - 1.22.x or higher.
- Download the source code from repository.
- Open a terminal.
- Go to the root location of the source code.
- Execute the commands:
make licenses
List Possible Vulnerabilities
To generate list of vulnerabilities on terminal:
- Verify the version of Go - 1.22.x or higher.
- Download the source code from repository.
- Open a terminal.
- Go to the root location of the source code.
- Execute the commands:
make vulnerabilities
Email: icsanabriar@googlemail.com