Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingAng committed Mar 13, 2024
1 parent 8623f66 commit 03e519a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Languages/es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ Los códigos y tutoriales están como código abierto en GitHub: [github.com/Ama

**Capítulo 4. Retorno**[Code](./04_Retorno_es/Return.sol) | [Tutorial](./04_Retorno_es/readme.md)

**Capítulo 5. Almacenamiento**[Code](./04_AlmacenamientoInformacion_es/DataStorage.sol) | [Tutorial](./04_AlmacenamientoInformacion_es/readme.md)
**Capítulo 5. Almacenamiento**[Code](./05_AlmacenamientoInformacion_es/DataStorage.sol) | [Tutorial](./05_AlmacenamientoInformacion_es/readme.md)

**Capítulo 6. Arreglos y Estructuras**[Code](./06_ArreglosyEstructuras_es/ArrayAndStruct.sol) | [Tutorial](./06_ArreglosyEstructuras_es/readme.md)

**Capítulo 7. Mapeo**[Code](./07_Mapeo_es/Mapping.sol) | [Tutorial](./07_Mapeo_es/readme.md)

**Capítulo 8. Valor Inicial**[Code](./08_ValorInicial_es/InitialValue.sol) | [Tutorial](./08_ValorInicial_es/readme.md)

Expand Down

0 comments on commit 03e519a

Please sign in to comment.