Recently I came across John Crickett‘s Coding Challenges. John suggests a lot of fun challenges to learn a new programming language or technology. The first one is writing our own wc tool. Since I have used wc frequently and I am learning Go, I decided to try implementing the wc tool in Go. wc provides… Continue reading Coding Challenge – wc
Category: Coding Challenges
My attempts at coding challenges