Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/invalidusrname/adventofcode
adventofcode.com problems
https://github.com/invalidusrname/adventofcode
advent-of-code advent-of-code-ruby adventofcode
Last synced: 7 days ago
JSON representation
adventofcode.com problems
- Host: GitHub
- URL: https://github.com/invalidusrname/adventofcode
- Owner: invalidusrname
- Created: 2018-12-01T22:52:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T17:25:02.000Z (about 2 months ago)
- Last Synced: 2025-01-29T01:05:17.906Z (8 days ago)
- Topics: advent-of-code, advent-of-code-ruby, adventofcode
- Language: Ruby
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
[![2024-ruby](https://github.com/invalidusrname/adventofcode/actions/workflows/2024-ruby.yaml/badge.svg)](https://github.com/invalidusrname/adventofcode/actions/workflows/2024-ruby.yaml)
My solutions for [Advent of Code](https://adventofcode.com) problems.
See nested folders (year/language) for further information on setting up and running the code.
## Setup
```
brew install pre-commit
pre-commit install
mise install
```### Running exercises
See instructions in each language subdirectory