Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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