Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 525 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 525 Bytes

hackerrank-with-go

This is a repository used to solve Go exercises from HackerRank platform

Feel free to copy, fork or change this repo. The limitation is put the credits to me on any place that the project/code will be shared

Running the tests

To run the tests of this project, enter on any folder and run the command go test.

If u don't have Golang installed on your machine, u can install Go following the official documentation.