The folder contains the solution to the different coding challenges problem in Golang.
- Go tests, for unit tests
- Bash, for simple function tests
- Github Actions, for automation in Github
The solutions are in their respective directory and it has an README.md which describes more about the specific solution.
Challenge | Solution |
---|---|
Cut tool | cut |
wc tool | wordcount |