Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/instantiator/2024-advent-of-code

C#ย solutions for Advent of Code 2024 ๐ŸŽ„
https://github.com/instantiator/2024-advent-of-code

advent-of-code-2024 advent-of-code-2024-csharp

Last synced: about 16 hours ago
JSON representation

C#ย solutions for Advent of Code 2024 ๐ŸŽ„

Awesome Lists containing this project

README

        

# Advent of Code 2024

This repository contains my solutions to [Advent of Code 2024](https://adventofcode.com) written in C#. Run a solution with the `run.sh` script:

```bash
./run.sh
```

Data files from each day's puzzle are in: `AdventOfCode2024/Data`

| Day | Part 1 | Part 2 |
| --- | ------ | ------ |
| 01 | ๐ŸŒฒ | ๐ŸŽ„ |
| 02 | ๐ŸฆŒ | ๐ŸฆŒ |
| 03 | ๐Ÿ’พ | ๐Ÿ’ฟ |
| 04 | โœ› | โ›Œ |
| 05 | ๐Ÿ“ | ๐Ÿ“ƒ |
| 06 | ๐Ÿ’‚โ€โ™€๏ธ | |
| 07 | | |
| 08 | | |
| 09 | | |
| 10 | | |
| 11 | | |
| 12 | | |
| 13 | | |
| 14 | | |
| 15 | | |
| 16 | | |
| 17 | | |
| 18 | | |
| 19 | | |
| 20 | | |
| 21 | | |
| 22 | | |
| 23 | | |
| 24 | | |
| 25 | | |