File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ This is a repository with my solutions to the [AdventJS](https://adventjs.dev/)
6
6
7
7
Built by [ @midudev ] ( https://twitter.com/midudev )
8
8
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
+
9
23
## 🎯 2022 Challenges
10
24
11
25
<details hide >
@@ -68,6 +82,8 @@ npm run test
68
82
npm run test:2021
69
83
# or
70
84
npm run test:2022
85
+ # or
86
+ npm run test:2023
71
87
72
88
# Run specific test
73
89
npm run test ' year' /' challenge' /index.test.js
You can’t perform that action at this time.
0 commit comments