From 9525f09701d12aa1d93b9ac73878f014abf199a3 Mon Sep 17 00:00:00 2001 From: Tomasz Chojnacki Date: Fri, 2 Dec 2022 23:48:11 +0100 Subject: Update READMEs --- aoc-2022-dotnet/README.md | 32 ++++++++++++++++++++++++++++++++ aoc-2022-dotnet/aoc-2022-dotnet.sln | 4 +++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 aoc-2022-dotnet/README.md (limited to 'aoc-2022-dotnet') diff --git a/aoc-2022-dotnet/README.md b/aoc-2022-dotnet/README.md new file mode 100644 index 0000000..7a9a03c --- /dev/null +++ b/aoc-2022-dotnet/README.md @@ -0,0 +1,32 @@ +# Advent of Code 2022 in .NET +![.NET](https://img.shields.io/badge/.NET-grey?logo=.NET) +![Stars](https://img.shields.io/badge/🌟%20stars-4/50-orange) + +## Progress +| Day | Part 1 | Part 2 | +| -------------------------- | :----: | :----: | +| Day 1: Calorie Counting | 🌟 | 🌟 | +| Day 2: Rock Paper Scissors | 🌟 | 🌟 | +| Day 3: ??? | | | +| Day 4: ??? | | | +| Day 5: ??? | | | +| Day 6: ??? | | | +| Day 7: ??? | | | +| Day 8: ??? | | | +| Day 9: ??? | | | +| Day 10: ??? | | | +| Day 11: ??? | | | +| Day 12: ??? | | | +| Day 13: ??? | | | +| Day 14: ??? | | | +| Day 15: ??? | | | +| Day 16: ??? | | | +| Day 17: ??? | | | +| Day 18: ??? | | | +| Day 19: ??? | | | +| Day 20: ??? | | | +| Day 21: ??? | | | +| Day 22: ??? | | | +| Day 23: ??? | | | +| Day 24: ??? | | | +| Day 25: ??? | | | diff --git a/aoc-2022-dotnet/aoc-2022-dotnet.sln b/aoc-2022-dotnet/aoc-2022-dotnet.sln index 87e308c..22b3799 100644 --- a/aoc-2022-dotnet/aoc-2022-dotnet.sln +++ b/aoc-2022-dotnet/aoc-2022-dotnet.sln @@ -8,9 +8,11 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{45FD9816-5DE7-4422-A8D5-C017F4E5BD2C}" ProjectSection(SolutionItems) = preProject ..\.gitignore = ..\.gitignore + ..\README.md = ..\README.md + README.md = README.md EndProjectSection EndProject -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Day02", "Day02\Day02.fsproj", "{A5148468-D518-4678-B32C-D3C59B6290AB}" +Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Day02", "Day02\Day02.fsproj", "{A5148468-D518-4678-B32C-D3C59B6290AB}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution -- cgit v1.2.3