Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jomaxso/adventofcode
Welcome to my Advent of Code repository! This repo contains my solutions for the Advent of Code challenges. Advent of Code is an annual event where each day from December 1st to 25th, a new programming puzzle is released. Itβs a fun way to improve your coding skills and get into the holiday spirit!
https://github.com/jomaxso/adventofcode
advent-of-code coding-challenge csharp csharp-code dotnet
Last synced: 22 days ago
JSON representation
Welcome to my Advent of Code repository! This repo contains my solutions for the Advent of Code challenges. Advent of Code is an annual event where each day from December 1st to 25th, a new programming puzzle is released. Itβs a fun way to improve your coding skills and get into the holiday spirit!
- Host: GitHub
- URL: https://github.com/jomaxso/adventofcode
- Owner: jomaxso
- License: mit
- Created: 2024-11-25T08:44:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T06:40:49.000Z (25 days ago)
- Last Synced: 2024-12-04T07:32:59.883Z (25 days ago)
- Topics: advent-of-code, coding-challenge, csharp, csharp-code, dotnet
- Language: C#
- Homepage: https://adventofcode.com/
- Size: 193 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code Solutions π π
Welcome to my Advent of Code repository! This repo contains my solutions for the [Advent of Code](https://adventofcode.com) challenges. Advent of Code is an annual event where each day from December 1st to 25th, a new programming puzzle is released. Itβs a fun way to improve your coding skills and get into the holiday spirit!## Structure
- Each dayβs challenge is in its own folder (e.g., Day01, Day02, etc.).
- Each folder contains:
- input.txt: The puzzle input for that day.
- solution.cs: My solution in C#.
- README.md: A brief explanation of the solution and the approach taken.## Progress
- [x] Day 01: Historian Hysteria
- [x] Day 02: Red-Nosed Reports
- [x] Day 03: Mull It Over
- [ ] Day 04: Ceres Search
- [ ] Day 05: Print Queue
- [ ] Day 06: π’
- [ ] Day 07:
- [ ] Day 08:
- [ ] Day 09:
- [ ] Day 10:
- [ ] Day 11:
- [ ] Day 12:
- [ ] Day 13:
- [ ] Day 14:
- [ ] Day 15:
- [ ] Day 16:
- [ ] Day 17:
- [ ] Day 18:
- [ ] Day 19:
- [ ] Day 20:
- [ ] Day 21:
- [ ] Day 22:
- [ ] Day 23:
- [ ] Day 24: π π## How to Run
1. Clone the repository:
```bash
git clone https://github.com/jomaxso/advent-of-code.git
```
2. Navigate to the folder of the day you want to run:
```bash
cd advent-of-code/Day01
```
3. Compile and run the solution:
```bash
csc solution.cs
./solution
```## Contributions
Feel free to fork this repository and submit pull requests if you have improvements or alternative solutions. Letβs learn and grow together!## License
This project is licensed under the MIT License - see the LICENSE file for details.