Skip to content

Commit 900f206

Browse files
Merge branch 'master' of github.com:marcelblijleven/adventofcode
2 parents 8a6cecf + 6b86514 commit 900f206

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Advent of Code ⭐️
2-
[![Stars collected](https://shields.io/static/v1?label=stars%20collected&message=155&color=yellow)]()
2+
[![Stars collected](https://shields.io/static/v1?label=stars%20collected&message=157&color=yellow)]()
33
[![codecov](https://codecov.io/gh/marcelblijleven/adventofcode/branch/master/graph/badge.svg?token=jZ2TgfyltM)](https://codecov.io/gh/marcelblijleven/adventofcode)
44
[![tests](https://github.com/marcelblijleven/adventofcode/actions/workflows/tests.yaml/badge.svg)](https://github.com/marcelblijleven/adventofcode)
55
[![version](https://img.shields.io/github/v/release/marcelblijleven/adventofcode.svg)](https://github.com/marcelblijleven/adventofcode/releases)
@@ -118,7 +118,7 @@ Collection of my Advent of Code solutions in an overkill project setup 👻🎄.
118118
| 20 | ⭐️ | ⭐️ |
119119
| 21 | ⭐️ | ⭐️ |
120120
| 22 | ⭐️ | ⭐️ |
121-
| 25 | ⭐️ | |
121+
| 25 | ⭐️ | - |
122122

123123
</p>
124124
</details>
@@ -147,6 +147,17 @@ Collection of my Advent of Code solutions in an overkill project setup 👻🎄.
147147
</p>
148148
</details>
149149

150+
### 2023
151+
<details><summary>Solutions for 2023</summary>
152+
<p>
153+
154+
| day | part one | part two |
155+
| :---: | :------: | :------: |
156+
| 01 | ⭐️ | ⭐️ |
157+
158+
</p>
159+
</details>
160+
150161

151162
<!-- end completed section -->
152163

image_dark.svg

Lines changed: 1 addition & 1 deletion
Loading

image_light.svg

Lines changed: 1 addition & 1 deletion
Loading

src/adventofcode/year_2021/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Solutions for 23 days in 2021 with a total of 46 stars collected
2525
| 20 | ⭐️ | ⭐️ |
2626
| 21 | ⭐️ | ⭐️ |
2727
| 22 | ⭐️ | ⭐️ |
28-
| 25 | ⭐️ | |
28+
| 25 | ⭐️ | - |

0 commit comments

Comments
 (0)