c-first-steps

a C playground
Index Commits Files Refs README
commit c388786e45c24853445585f6beef547a91bc2330
parent 1f1ae0ec99c40fbcae1ec34bbe1f2b239da66495
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Thu, 29 Oct 2020 17:26:04 -0300

Update ej4.c
Diffstat:
Mej4.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/ej4.c b/ej4.c
@@ -1,3 +1,6 @@
+/*    Ejercicio 4 - Guia 2, Algoritmos y Programacion I - FIUBA    */
+
+
 #include <stdio.h>
 #include <stdlib.h>