Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 2, 2022 01:27
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/c709f0e4f1a96ca2bd42448573362cc2 to your computer and use it in GitHub Desktop.
Save parzibyte/c709f0e4f1a96ca2bd42448573362cc2 to your computer and use it in GitHub Desktop.
struct Persona
{
int edad;
string nombre;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment