/tag/Golang
- 29 May 2022
Make The Dead Fish Swim - Test Driven Golang
Today we are going to take a look at solving "Make The Dead Fish Swim" - A Codewars challenge ranked '6 kyu' and we are going to do it using Test Driven Development. First of all, let us look at the challenge we are going to tackle: Write a simple parser that will parse and ru...