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

https://github.com/kristofferstrube/aoc2021.net6

My solutions for Advent of Code 2021. Written in C# using .NET 6's top-level statements and implicit usings with a focus on using new .NET 6 features and LINQ.
https://github.com/kristofferstrube/aoc2021.net6

Last synced: 11 months ago
JSON representation

My solutions for Advent of Code 2021. Written in C# using .NET 6's top-level statements and implicit usings with a focus on using new .NET 6 features and LINQ.

Awesome Lists containing this project

README

          

## Advent of Code 2021 solutions using .NET 6

My solutions for Advent of Code 2021. Written in C# using .NET 6's top-level statements and implicit usings with a focus on using new .NET 6 features and LINQ.

The problems can be found at [https://adventofcode.com/2021/](https://adventofcode.com/2021/)

The solutions are not necessarily efficient.