diff --git a/2024/19-enumeraciones/solution.ts b/2024/19-enumeraciones/solution.ts
new file mode 100644
index 0000000..e69de29
diff --git a/README.md b/README.md
index f0159ca..e09fdd6 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ npm run test 'year'/'folder-name'/solution.test.js
| 16 | [Expresiones Regulares](https://retosdeprogramacion.com/roadmap/) | 🟡 | [](./2024/16-expresiones-regulares/index.js)
[](./2024/16-expresiones-regulares/solution.ts) |
| 17 | [Iteraciones](https://retosdeprogramacion.com/roadmap/) | 🟢 | [](./2024/17-iteraciones/index.js)
[](./2024/17-iteraciones/solution.ts) |
| 18 | [Conjuntos](https://retosdeprogramacion.com/roadmap/) | 🟢 | [](./2024/18-conjuntos/index.js)
[](./2024/17-iteraciones/solution.ts) |
-| 19 | [Enumeraciones](https://retosdeprogramacion.com/roadmap/) | 🟡 | [](./2024/19-enumeraciones/index.js) |
+| 19 | [Enumeraciones](https://retosdeprogramacion.com/roadmap/) | 🟡 | [](./2024/19-enumeraciones/index.js)
[](./2024/19-enumeraciones/solution.ts) |
| 20 | [Peticiones HTTP](https://retosdeprogramacion.com/roadmap/) | 🔴 | [](./2024/20-peticiones-http/index.js) |
| 21 | [Callbacks](https://retosdeprogramacion.com/roadmap/) | 🟡 | [](./2024/21-callbacks/index.js) |
| 22 | [Funciones de Orden Superior](https://retosdeprogramacion.com/roadmap/) | 🔴 | [](./2024/22-funciones-de-orden-superior/index.js) |