https://github.com/danhalligan/aoc2016
🎄 Advent of Code 2016 solutions in Ruby
https://github.com/danhalligan/aoc2016
advent-of-code advent-of-code-2016 ruby
Last synced: over 1 year ago
JSON representation
🎄 Advent of Code 2016 solutions in Ruby
- Host: GitHub
- URL: https://github.com/danhalligan/aoc2016
- Owner: danhalligan
- Created: 2021-07-26T19:24:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T10:35:54.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T19:24:26.517Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2016, ruby
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AoC2016
Attempts at [Advent of Code 2016](https://adventofcode.com/2016)
problem set in [ruby](https://www.ruby-lang.org/en/)!.
> Advent of Code is an Advent calendar of small programming puzzles for a
> variety of skill sets and skill levels that can be solved in any programming
> language you like. People use them as a speed contest, interview prep, company
> training, university coursework, practice problems, or to challenge each
> other.