9511_project01

project 1 for algorithms & programming I (9511) prof. Cardozo
Index Commits Files Refs README
commit 8e1ba4a968b14e1c0c21a82c272fa1c38a813d6b
parent ad17a09d8bd8fbb023416636024f43e076d4ff09
Author: klewer-martin <martin.cachari@gmail.com>
Date:   Thu, 11 Feb 2021 02:13:06 -0300

Update;

Diffstat:
MMakefile | 2+-
Doutput.txt | 102-------------------------------------------------------------------------------
2 files changed, 1 insertion(+), 103 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,5 +1,5 @@
 CC = gcc
-CFLAGS = -std=c99 -Wall -Wextra -pedantic
+CFLAGS = -std=c99 -Wall -pedantic
 
 all: main clean
 
diff --git a/output.txt b/output.txt
@@ -1,102 +0,0 @@
-Pais: Argentina
-Fecha: 01 Jan 2020
-Infectados: 2342
-
-Pais: Argentina
-Fecha: 10 Jan 2020
-Infectados: 4923
-
-Pais: Argentina
-Fecha: 15 Jan 2020
-Infectados: 9324
-
-Infectados por mes: 16589
--------------------------
-Pais: Argentina
-Fecha: 09 Feb 2020
-Infectados: 9324
-
-Pais: Argentina
-Fecha: 15 Feb 2020
-Infectados: 7324
-
-Pais: Argentina
-Fecha: 28 Feb 2020
-Infectados: 4324
-
-Infectados por mes: 20972
--------------------------
-Pais: Colombia
-Fecha: 01 Jan 2020
-Infectados: 8234
-
-Pais: Colombia
-Fecha: 10 Jan 2020
-Infectados: 9234
-
-Pais: Colombia
-Fecha: 15 Jan 2020
-Infectados: 9423
-
-Pais: Colombia
-Fecha: 15 Jan 2020
-Infectados: 9423
-
-Infectados por mes: 36314
--------------------------
-Pais: Germany
-Fecha: 01 Jan 2020
-Infectados: 8432
-
-Pais: Germany
-Fecha: 15 Jan 2020
-Infectados: 9129
-
-Pais: Germany
-Fecha: 20 Jan 2020
-Infectados: 4214
-
-Infectados por mes: 21775
--------------------------
-Pais: Germany
-Fecha: 09 Feb 2020
-Infectados: 9324
-
-Pais: Germany
-Fecha: 15 Feb 2020
-Infectados: 7324
-
-Pais: Germany
-Fecha: 28 Feb 2020
-Infectados: 4324
-
-Infectados por mes: 20972
--------------------------
-Pais: Australia
-Fecha: 01 Jan 2020
-Infectados: 3
-
-Pais: Australia
-Fecha: 15 Jan 2020
-Infectados: 7
-
-Pais: Australia
-Fecha: 20 Jan 2020
-Infectados: 16
-
-Infectados por mes: 26
-----------------------
-Pais: Australia
-Fecha: 09 Feb 2020
-Infectados: 33
-
-Pais: Australia
-Fecha: 15 Feb 2020
-Infectados: 88
-
-Pais: Australia
-Fecha: 28 Feb 2020
-Infectados: 162
-
-Infectados por mes: 283
------------------------