commit f6507569558c7406c28dc63f08bbc5d1d41f7107 parent 16952a12a592b32567a2f0eb46890edac74d2f5a Author: Martin Klöckner <mjkloeckner@gmail.com> Date: Tue, 30 Apr 2024 21:05:17 -0300 update tp2 `README.md` Diffstat:
| M | tps/2/README.md | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tps/2/README.md b/tps/2/README.md @@ -1,2 +1,5 @@ -# 9511_project03 -Command line program that parses a bank .csv file and generates and output file in format .csv or .xml containing the debits and credits of every user. +# Trabajo Práctico 2 + +Programa de linea de comandos que analiza un archivo en formato `csv` emulando +un registro de cuentas de un banco, y luego imprime en un archivo de salida, en +formato `csv` o `xml`, el crédito y debido de cada usuario
