Skip to content

Commit abe1dd2

Browse files
committed
📝 update README
1 parent f1a6868 commit abe1dd2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ This is a repository with my solutions to the [AdventJS](https://adventjs.dev/)
66

77
Built by [@midudev](https://twitter.com/midudev)
88

9+
## 🎯 2023 Challenges
10+
11+
<details>
12+
<summary show>Show / Hide</summary>
13+
14+
| # | Challenge | Difficulty | My Solution |
15+
| :-: | ------------------------------------------------------------------------------------------- | :--------: | :------------------------------------------------------------------------------------------------: |
16+
| 01 | [¡Primer regalo repetido!](https://adventjs.dev/es/challenges/2023/1) | 🟢 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/01-primer-regalo-repetido) |
17+
18+
Difficulties legend:
19+
🟢 Easy 🟡 Medium 🔴 Hard
20+
21+
</details>
22+
923
## 🎯 2022 Challenges
1024

1125
<details hide>
@@ -68,6 +82,8 @@ npm run test
6882
npm run test:2021
6983
# or
7084
npm run test:2022
85+
# or
86+
npm run test:2023
7187

7288
# Run specific test
7389
npm run test 'year'/'challenge'/index.test.js

0 commit comments

Comments
 (0)