aboutsummaryrefslogtreecommitdiff
path: root/aoc-2022-dotnet/README.md
diff options
context:
space:
mode:
authorTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2022-12-17 13:18:38 +0100
committerTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2022-12-17 13:18:38 +0100
commit3fca5aebc32ba5bb13df780a7028bcd54b89a195 (patch)
tree107e53caab2445a771a7eb7c02c901dd4e53ff23 /aoc-2022-dotnet/README.md
parent689368eb3bbd9695ef2183ce03596a34be9292f5 (diff)
downloadgleam_aoc2020-3fca5aebc32ba5bb13df780a7028bcd54b89a195.tar.gz
gleam_aoc2020-3fca5aebc32ba5bb13df780a7028bcd54b89a195.zip
Submit part 1 of day 16
Diffstat (limited to 'aoc-2022-dotnet/README.md')
-rw-r--r--aoc-2022-dotnet/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/aoc-2022-dotnet/README.md b/aoc-2022-dotnet/README.md
index 8bcfa97..4b49309 100644
--- a/aoc-2022-dotnet/README.md
+++ b/aoc-2022-dotnet/README.md
@@ -1,6 +1,6 @@
# Advent of Code 2022 in F#
![F#](https://img.shields.io/badge/F%23-grey?logo=.NET)
-![Stars](https://img.shields.io/badge/🌟%20stars-30/50-orange)
+![Stars](https://img.shields.io/badge/🌟%20stars-31/50-orange)
| Day | Problem Name | Part 1 | Part 2 | Practiced Concepts |
| :----: | --------------------------------------------------------------- | :----: | :----: | ---------------------------------------------------- |
@@ -19,7 +19,7 @@
| **13** | [Distress Signal](https://adventofcode.com/2022/day/13) | :star: | :star: | `IComparable`, ADTs, patterns, FParsec |
| **14** | [Regolith Reservoir](https://adventofcode.com/2022/day/14) | :star: | :star: | `Seq.unfold`, `Seq.pairwise`, functional DFS |
| **15** | [Beacon Exclusion Zone](https://adventofcode.com/2022/day/15) | :star: | :star: | ranges, mahattan distance, parallel computing |
-| **16** | [Proboscidea Volcanium](https://adventofcode.com/2022/day/16) | | | |
+| **16** | [Proboscidea Volcanium](https://adventofcode.com/2022/day/16) | :star: | | |
| **17** | ??? | | | |
| **18** | ??? | | | |
| **19** | ??? | | | |