Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 9, 2022 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/e2d5761e52ba84ced32a3449e7698cea to your computer and use it in GitHub Desktop.
Save parzibyte/e2d5761e52ba84ced32a3449e7698cea to your computer and use it in GitHub Desktop.
struct Administrador
{
char correo[MAXIMA_LONGITUD_CADENA];
char palabraSecreta[MAXIMA_LONGITUD_CADENA];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment