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.
| 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 |
01_Hello_World.md02_Hello_User.md03_Unit_Test_Calculator.md04_Numbers.md👉 Después de completar los fundamentos, continúa con ../algorithms/ y ../text/.
👉 After completing the foundations, continue with ../algorithms/ and ../text/.
| *← Volver a Core | ↑ Inicio* |