Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junian/advent-of-code
Advent of Code in C#
https://github.com/junian/advent-of-code
advent-of-code adventofcode csharp dotnet
Last synced: 8 days ago
JSON representation
Advent of Code in C#
- Host: GitHub
- URL: https://github.com/junian/advent-of-code
- Owner: junian
- License: mit
- Created: 2024-12-06T12:40:37.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-07T08:46:59.000Z (2 months ago)
- Last Synced: 2025-02-05T11:44:44.530Z (10 days ago)
- Topics: advent-of-code, adventofcode, csharp, dotnet
- Language: C#
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code Solution
This repo contains my personal solutions to the [Advent of Code](https://adventofcode.com) puzzles.
## How to Run
For example, if you want to run the 2024 puzzle for day 1, you can run the following command:
```csharp
cd src/2024/Day01
dotnet run < input.txt
```