Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martincostello/adventofcode
Solutions for Advent of Code in C#
https://github.com/martincostello/adventofcode
advent-of-code csharp
Last synced: about 2 months 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:07:15.000Z (about 2 months ago)
- Last Synced: 2024-10-29T18:35:28.470Z (about 2 months ago)
- Topics: advent-of-code, csharp
- Language: C#
- Homepage: https://adventofcode.com
- Size: 35.2 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
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
[![Build status](https://github.com/martincostello/adventofcode/workflows/build/badge.svg?branch=main&event=push)](https://github.com/martincostello/adventofcode/actions?query=workflow%3Abuild+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
```