Skip to content

Commit 0fcb834

Browse files
committed
📝 update README
1 parent 235043c commit 0fcb834

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,19 @@ npm run test 'year'/'challenge'/index.test.js
6767
| 08 | [Ordenando el almácen](https://adventjs.dev/es/challenges/2023/8) | 🟡 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/08-ordenando-el-almacen) |
6868
| 09 | [Alterna las luces](https://adventjs.dev/es/challenges/2023/9) | 🟢 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/09-alterna-las-luces) |
6969
| 10 | [Crea tu propio árbol de navidad](https://adventjs.dev/es/challenges/2023/10) | 🟢 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/10-crea-tu-propio-arbol-de-navidad) |
70+
| 11 | [Los elfos estudiosos](https://adventjs.dev/es/challenges/2023/11) | 🟡 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/11-los-elfos-estudiosos) |
71+
| 13 | [Calculando el tiempo](https://adventjs.dev/es/challenges/2023/13) | 🟢 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/13-calculando-el-tiempo) |
72+
| 14 | [Evita la alarma](https://adventjs.dev/es/challenges/2023/14) | 🟡 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/14-evita-la-alarma) |
73+
| 15 | [Robot autónomo](https://adventjs.dev/es/challenges/2023/15) | 🟡 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/15-robot-autonomo) |
74+
| 16 | [Despliegue en viernes](https://adventjs.dev/es/challenges/2023/16) | 🟢 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/16-despliegue-en-viernes) |
75+
| 17 | [Optimizando el alquiler](https://adventjs.dev/es/challenges/2023/17) | 🟢 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/17-optimizando-el-alquiler) |
76+
| 18 | [El reloj digital](https://adventjs.dev/es/challenges/2023/18) | 🔴 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/18-el-reloj-digital) |
77+
| 19 | [Enfrenta el sabotaje](https://adventjs.dev/es/challenges/2023/19) | 🟡 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/19-enfrenta-el-sabotaje) |
78+
| 20 | [Distribuye el peso](https://adventjs.dev/es/challenges/2023/20) | 🔴 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/20-distribuye-el-peso) |
79+
| 21 | [Mensaje binario](https://adventjs.dev/es/challenges/2023/21) | 🟡 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/21-mensaje-binario) |
80+
| 22 | [Lenguaje de programación](https://adventjs.dev/es/challenges/2023/22) | 🟢 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/22-lenguaje-de-programacion) |
81+
| 23 | [La comida de navidad](https://adventjs.dev/es/challenges/2023/23) | 🟢 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/23-la-comida-de-navidad) |
82+
| 24 | [Brincos en la escalera](https://adventjs.dev/es/challenges/2023/24) | 🟡 | [here](https://github.com/marcode24/adventjs-solutions/tree/main/2023/24-brincos-en-la-escalera) |
7083

7184
Difficulties legend:
7285
🟢 Easy 🟡 Medium 🔴 Hard

0 commit comments

Comments
 (0)