The repo contains my solutions to John Crickett's Coding Challenges in Python & Golang.
The challenges are used to improve by understanding of the basics of the both the problem domain and the language specifics. I 've picked the languages which am comfortable with but I also wanted to use to learn a new programming language(Haskell?)
Additionally, I am using these tasks to enhance the testing methods, GitHub actions, level up VSCode skills(as am a vim'er)
Challenge | Solutions |
---|---|
Write your own wc tool | py go |
Write your own cut tool | py go |
Write your own cat tool | py go |