This is a code challenge solution using GO programming language from Codewars.
You can use this solution as your reference or train.
Or for more information, you can visit my Codewars profile in here: bungambohlah
- Fetch dependencies
go mod download
- Install ginkgo for run all test suites
go install github.com/onsi/ginkgo/v2/ginkgo
- Rectangle into Rectangles
- First non-repeating character
- Build a pile of Cubes
- Eureka!!
- Equal Sides of an Array
- Roman Numerals Decoder
- Two Sum
- Decode the Morse Code
- Matrix Determinant
- Run the main function
go run codewars.go
- Run all tests
ginkgo ./...