This repo contains my solutions for some Go katas submitted in Codewars.
You need to install the go1.22.x for your OS to build this project and run its tests.
golangci-lint run # (in project root folder)
go test -v ./... # (in project root folder)