Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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#

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
```