programming_languages

🚀 Fundamentos / Foundations

← Volver a Core
↑ Volver al inicio / Back to home


📖 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

  1. 01_Hello_World.md
  2. 02_Hello_User.md
  3. 03_Unit_Test_Calculator.md
  4. 04_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/.


*← Volver a Core ↑ Inicio*