Initial commit

This commit is contained in:
Mauro Vietri 2025-04-23 21:09:12 -03:00
commit 441143482a
13 changed files with 230 additions and 0 deletions

8
utils.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef UTILS_H
#define UTILS_H
void limpiarPantalla();
void pausar();
void imprimirHeader();
#endif