Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1005 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 1005 Bytes

Codember solutions

Solutions for https://codember.dev/ with Go.

Challenges

Challenge Name Solution
1 Valid users Go
2 ASCII words Go
3 Zebra colors Go
4 Find the password Go
5 Battle royale Go

Run

  1. Clone the project
  2. Move to challenge folder
  3. Execute go run . inside the challenge folder