/go_beecrowd_challenges

Um repositório compartilhando meus avanços no estudo com a linguagem Go

Primary LanguageGo

Go Studies beecrowd

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;