Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 231 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 231 Bytes

CRUD Notas


Version: 1.0

Menu:

  1. Crear nota
  2. Ver notas
  3. Ver nota {por id}
  4. Editar nota {por id}
  5. Borrar nota {por id}
  6. Salir

Compilar

g++ main.cc funciones.cc -o crud-notas

Ejecutar

./crud-notas