Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dduugg/advent_of_code
https://github.com/dduugg/advent_of_code
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dduugg/advent_of_code
- Owner: dduugg
- License: apache-2.0
- Created: 2021-12-01T05:54:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T18:27:29.000Z (20 days ago)
- Last Synced: 2024-12-14T19:27:27.466Z (20 days ago)
- Language: Ruby
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
Advent of Code solved using Ruby preview releases.
## 2022
## 2021
### Day 2
Github syntax highlighting has trouble with Ruby 3 pattern matching:![image](https://user-images.githubusercontent.com/697964/146279177-fd26ee71-7090-4889-a75e-015bc60bbb1f.png)
### Day 5
Sorbet does not recognize `Hash#sum`: https://github.com/sorbet/sorbet/issues/4972### Day 12
Rubocop offers [conflitcting](https://github.com/rubocop/rubocop/issues/10292) guidance when using Ruby 3.1 keyword omission.Sorbet does not recognize initializing a Queue with an Enumerable: https://github.com/sorbet/sorbet/pull/6588