🚀 Fundamentos / Foundations
📖 Descripción / Description
ES: Esta sección reúne los conceptos esenciales para empezar a trabajar con diferentes lenguajes de programación. Cubre desde el programa más básico hasta algoritmos numéricos en tres enfoques progresivos.
EN: This section brings together the essential concepts to start working with different programming languages. It covers everything from the most basic program to numerical algorithms in three progressive approaches.
📁 Especificaciones / Specifications
| Documento | Estado | Tema |
|---|---|---|
01_Hello_World.md |
✅ | Primer programa / First program |
02_Hello_User.md |
✅ | Entrada y salida / Input and output |
03_Unit_Test_Calculator.md |
✅ | Pruebas unitarias / Unit tests |
04_Numbers.md |
✅ | Algoritmos numéricos / Numerical algorithms |
ES: Estado de implementación: 49/49 submódulos registrados en
.gitmodulestienen los 4 módulos homologados bajocore/foundations/. Foundations está completada; la siguiente fase escore/algorithms/. EN: Implementation status: 49/49 submodules registered in.gitmoduleshave all 4 modules standardized undercore/foundations/. Foundations is complete; the next phase iscore/algorithms/.
🔢 Flujo recomendado / Recommended flow
01_Hello_World.md02_Hello_User.md03_Unit_Test_Calculator.md04_Numbers.md
▶️ Siguiente / Next
👉 Después de completar los fundamentos, continúa con ../algorithms/ y ../text/.
👉 After completing the foundations, continue with ../algorithms/ and ../text/.