golang
solutions for Codewars kata.
Solution skeletons can be generated with Yeoman
. You simply need to pass the kata ID into make kata
.
KATA=<kata_id> make yo
The solution skeleton will then be available at solutions/<kata_id>
.
golang
solutions for Codewars kata.
Solution skeletons can be generated with Yeoman
. You simply need to pass the kata ID into make kata
.
KATA=<kata_id> make yo
The solution skeleton will then be available at solutions/<kata_id>
.