TIL in Golang: Range Iteration & Type Definitions
by @0xi4o
Going through the Go track syllabus on exercism.org.
Today's lessons were Range Iteration and Type Definitions. Both have a common exercise, which was to generate a simple chessboard and do small calculations on it.
Here's my solution (SPOILERS): https://exercism.org/tracks/go/exercises/chessboard/solutions/ilango
Today's lessons were Range Iteration and Type Definitions. Both have a common exercise, which was to generate a simple chessboard and do small calculations on it.
Here's my solution (SPOILERS): https://exercism.org/tracks/go/exercises/chessboard/solutions/ilango