c-first-steps

a C playground
Index Commits Files Refs README
commit bd3c62af4b6d6a4ef4313fbce0975c2811a5d63c
parent cffd7e2306298f9dc0aff5c18d4093abbbd0cf04
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Sun, 20 Dec 2020 00:50:22 -0300

Update README.md
Diffstat:
M95.11/project01/README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/95.11/project01/README.md b/95.11/project01/README.md
@@ -19,6 +19,7 @@ NAME
     readable format.
 
 SYNOPSIS
+    
     analisis_covid [-in] SOURCE [-out] DEST
     analisis_covid [-out] DEST [-in] SOURCE
 
@@ -26,7 +27,6 @@ DESCRIPTION
     Process RAW data from a .csv(comma separated values) file,
     and export it to another .csv file, if the output file doesn't
     exist then it creates one with the specified name.
-
     When you invoke analisis_covid, expects.. to be continued