Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nonparoxysmic/programmingadvent
My solutions for Advent of Code
https://github.com/nonparoxysmic/programmingadvent
advent-of-code
Last synced: 5 days ago
JSON representation
My solutions for Advent of Code
- Host: GitHub
- URL: https://github.com/nonparoxysmic/programmingadvent
- Owner: Nonparoxysmic
- Created: 2020-12-25T14:53:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T18:36:58.000Z (24 days ago)
- Last Synced: 2025-01-14T20:03:11.542Z (24 days ago)
- Topics: advent-of-code
- Language: C#
- Homepage:
- Size: 713 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProgrammingAdvent
My solutions for [Advent of Code](https://adventofcode.com/).
| Calendar | Date Started | Date Completed | Framework Used |
| :------------------ | :----------: | :------------: | :---------------------------: |
| Advent of Code 2015 | 2020-12-25 | 2021-02-08 | .NET Framework 4.7.2 (C# 7.3) |
| Advent of Code 2016 | 2021-05-30 | 2021-10-18 | .NET Framework 4.8 (C# 7.3) |
| Advent of Code 2017 | 2021-12-26 | 2022-03-20 | .NET Core 3.1 (C# 8) |
| Advent of Code 2018 | 2022-07-31 | 2022-11-28 | .NET Core 3.1 (C# 8) |
| Advent of Code 2019 | 2023-03-25 | 2023-08-21 | .NET 6 (C# 10) |
| Advent of Code 2020 | 2023-08-23 | 2023-10-24 | .NET 6 (C# 10) |
| Advent of Code 2021 | 2024-07-28 | 2024-10-09 | .NET 8 (C# 12) |
| Advent of Code 2022 | 2024-10-10 | 2024-12-10 | .NET 8 (C# 12) |
| Advent of Code 2023 | 2025-01-05 | | .NET 9 (C# 13) |
### Application Types
Each year's set of solutions is in its own application, independent of the other years.
2015: Console application (Visual Studio 2019)
2016: Windows Forms application (Visual Studio 2019)
2017: WPF application (Visual Studio 2019)
2018: WPF application (Visual Studio 2019)
2019: Console application (Visual Studio 2022)
2020: Console application (Visual Studio 2022)
2021: Console application (Visual Studio 2022)
2022: Console application (Visual Studio 2022)
2023: WPF application (Visual Studio 2022)