https://github.com/gchan/advent-of-code-ruby
Solutions to Advent of Code http://adventofcode.com/ in Ruby
https://github.com/gchan/advent-of-code-ruby
advent-of-code advent-of-code-2023 advent-of-code-2023-ruby advent-of-code-2024 advent-of-code-2024-ruby advent-of-code-ruby
Last synced: 8 months ago
JSON representation
Solutions to Advent of Code http://adventofcode.com/ in Ruby
- Host: GitHub
- URL: https://github.com/gchan/advent-of-code-ruby
- Owner: gchan
- License: mit
- Created: 2015-12-04T01:23:44.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T06:40:14.000Z (11 months ago)
- Last Synced: 2025-04-28T16:11:45.803Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-ruby, advent-of-code-2024, advent-of-code-2024-ruby, advent-of-code-ruby
- Language: Ruby
- Homepage:
- Size: 1.54 MB
- Stars: 69
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code Solutions
[My](https://github.com/gchan/) solutions to the programming puzzles on [Advent of Code](http://adventofcode.com/).
Solutions are written in [Ruby](https://www.ruby-lang.org/en/).
As of late December 2015, I decided to learn a bit about [Go](https://golang.org/) and redo the puzzles! My solutions in Go can be found [here](https://github.com/gchan/advent-of-code-go).
### 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)