c-first-steps

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

Update README.md
Diffstat:
M95.11/project01/README.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/95.11/project01/README.md b/95.11/project01/README.md
@@ -14,23 +14,23 @@ Bibliography:
 
 "The C programming language" - Brian W. Kernighan & Dennis Ritchie.
 
-NAME
+NAME:
     analisis_covid - analyze RAW data and export it with a human 
     readable format.
 
-SYNOPSIS
+SYNOPSIS:
     
     analisis_covid [-in] SOURCE [-out] DEST
     analisis_covid [-out] DEST [-in] SOURCE
 
-DESCRIPTION
+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
 
 
-AUTHOR
+AUTHOR:
     Written by Martin J. Klöckner - Argentina - December 2020.