c-first-steps

a C playground
Index Commits Files Refs README
commit 23c819c052077bb87612a49f174a2bd2b8840591
parent ea1b18af7c7dae892fe778c71af208b09a284a40
Author: Martin J. Klöckner <martin.cachari@gmail.com>
Date:   Tue, 24 Nov 2020 08:39:27 -0300

Renamed all exercises with index below 10

Diffstat:
R95.11/guia03/ej1.c -> 95.11/guia03/ex01.c | 0
R95.11/guia03/ej2.c -> 95.11/guia03/ex02.c | 0
R95.11/guia03/ej4.c -> 95.11/guia03/ex04.c | 0
R95.11/guia03/ej5.c -> 95.11/guia03/ex05.c | 0
R95.11/guia03/ej6.c -> 95.11/guia03/ex06.c | 0
R95.11/guia03/ej7.c -> 95.11/guia03/ex07.c | 0
R95.11/guia03/ej8.c -> 95.11/guia03/ex08.c | 0
R95.11/guia03/ej8_modular.c -> 95.11/guia03/ex08_modular.c | 0
R95.11/guia03/ej9_modular.c -> 95.11/guia03/ex09_modular.c | 0
9 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/95.11/guia03/ej1.c b/95.11/guia03/ex01.c
diff --git a/95.11/guia03/ej2.c b/95.11/guia03/ex02.c
diff --git a/95.11/guia03/ej4.c b/95.11/guia03/ex04.c
diff --git a/95.11/guia03/ej5.c b/95.11/guia03/ex05.c
diff --git a/95.11/guia03/ej6.c b/95.11/guia03/ex06.c
diff --git a/95.11/guia03/ej7.c b/95.11/guia03/ex07.c
diff --git a/95.11/guia03/ej8.c b/95.11/guia03/ex08.c
diff --git a/95.11/guia03/ej8_modular.c b/95.11/guia03/ex08_modular.c
diff --git a/95.11/guia03/ej9_modular.c b/95.11/guia03/ex09_modular.c