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.
- Host: GitHub
- URL: https://github.com/kristofferstrube/aoc2021.net6
- Owner: KristofferStrube
- Created: 2021-12-01T17:19:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T06:02:09.000Z (over 4 years ago)
- Last Synced: 2025-07-19T22:25:57.136Z (11 months ago)
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.