https://github.com/gchan/advent-of-code-go
Solutions to Advent of Code http://adventofcode.com/ in Go / GoLang
https://github.com/gchan/advent-of-code-go
Last synced: 4 months ago
JSON representation
Solutions to Advent of Code http://adventofcode.com/ in Go / GoLang
- Host: GitHub
- URL: https://github.com/gchan/advent-of-code-go
- Owner: gchan
- License: mit
- Created: 2015-12-27T04:08:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T11:17:35.000Z (about 9 years ago)
- Last Synced: 2024-10-11T23:36:08.371Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 964 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code Solutions (in Go)
[My](https://github.com/gchan/) solutions to the programming puzzles on [Advent of Code](http://adventofcode.com/).
After solving all the puzzles in [Ruby](https://www.ruby-lang.org/en/) (my solutions can be found [here](https://github.com/gchan/advent-of-code-ruby)), I thought it would be neat to solve the puzzles in another programming language. So I decided redo the puzzles in [Go](https://golang.org/), 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
[](https://github.com/igrigorik/ga-beacon)