My intentions in this repo is to implement my studies with Go language using beecrowd challanges.
Each folder must contain:
- The folder name is the challenge code number;
- A module file to represents the implementation code;
- A test file to validate possibilities;