Skip to content

Commit b0c62f1

Browse files
committed
✨ Update README to include challenge-02 and adjust table formatting
1 parent 65ac7f1 commit b0c62f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ npm run test 'year'/'challenge'/index.test.js
5757
<details open>
5858
<summary>Show / Hide</summary>
5959

60-
| # | Challenge | Difficulty | My Solution | My Score |
61-
| :-: | ------------------------------------------------------------------------------------------- | :--------: | :------------------------------------------------------------------------------------------------------------: | :-----------: |
62-
| 01 | [🎁 ¡Primer regalo repetido!](https://adventjs.dev/es/challenges/2024/1) | 🟢 | [here](./2024/01-primer-regalo-repetido/index.js) | ⭐⭐⭐⭐⭐ |
60+
| # | Challenge | Difficulty | My Solution | My Score |
61+
| :-: | ------------------------------------------------------------------------------------------- | :--------: | :--------------------------------------------------------------------------------------------------------: | :-----------: |
62+
| 01 | [🎁 ¡Primer regalo repetido!](https://adventjs.dev/es/challenges/2024/1) | 🟢 | [here](./2024/01-primer-regalo-repetido/index.js) | ⭐⭐⭐⭐⭐ |
63+
| 02 | [🖼️ Enmarcando nombres](https://adventjs.dev/es/challenges/2024/2) | 🟢 | [here](./2024/02-enmarcando-nombres/index.js) | ⭐⭐⭐⭐⭐ |
6364

6465
Difficulties legend:
6566
🟢 Easy 🟡 Medium 🔴 Hard

0 commit comments

Comments
 (0)