gchan / advent-of-code-go

Solutions to Advent of Code http://adventofcode.com/ in Go / GoLang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Solutions to Advent of Code http://adventofcode.com/ in Go / GoLang

License:MIT License


Languages

Language:Go 99.7%Language:Shell 0.3%