Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ๐
- Host: GitHub
- URL: https://github.com/instantiator/2024-advent-of-code
- Owner: instantiator
- Created: 2024-12-04T20:44:47.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-22T11:33:54.000Z (24 days ago)
- Last Synced: 2024-12-22T12:26:35.847Z (24 days ago)
- Topics: advent-of-code-2024, advent-of-code-2024-csharp
- Language: C#
- Homepage: https://instantiator.dev
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 | | |