Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.17 KB

README.md

File metadata and controls

17 lines (9 loc) · 1.17 KB

Advent of Code Solutions (in Go)

My solutions to the programming puzzles on Advent of Code.

After solving all the puzzles in Ruby (my solutions can be found here), I thought it would be neat to solve the puzzles in another programming language. So I decided redo the puzzles in Go, a language I just started to learn!

This is my first attempt at coding in Go, any feedback is appreciated. For the purpose of learning, I may explore and use functionality that might be unnecessary/sub-optimal for the purposes of solving the puzzle.

What is Advent of Code?

"Advent of Code is a series of small programming puzzles for a variety of skill levels. They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme."

License

MIT

Analytics