https://github.com/martincostello/adventofcode
Solutions for Advent of Code in C#
https://github.com/martincostello/adventofcode
advent-of-code csharp
Last synced: about 1 year ago
JSON representation
Solutions for Advent of Code in C#
- Host: GitHub
- URL: https://github.com/martincostello/adventofcode
- Owner: martincostello
- License: apache-2.0
- Created: 2015-12-01T13:43:38.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T10:13:06.000Z (about 1 year ago)
- Last Synced: 2025-05-03T11:19:45.733Z (about 1 year ago)
- Topics: advent-of-code, csharp
- Language: C#
- Homepage: https://adventofcode.com
- Size: 35.8 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Advent of Code
[](https://github.com/martincostello/adventofcode/actions/workflows/build.yml?query=branch%3Amain+event%3Apush)
## Overview
My solutions for [https://adventofcode.com/](https://adventofcode.com/) in C# using .NET.
## Feedback
Any feedback or issues can be added to the issues for this project in [GitHub](https://github.com/martincostello/adventofcode/issues).
## Repository
The repository is hosted in [GitHub](https://github.com/martincostello/adventofcode):
## License
This project is licensed under the [Apache 2.0](https://github.com/martincostello/adventofcode/blob/main/LICENSE) license.
## Building and Testing
To build and test the puzzles run the following command:
```powershell
./build.ps1
```