Skip to content

Instantly share code, notes, and snippets.

@zehpatricio
Created March 9, 2022 20:19
Show Gist options
  • Save zehpatricio/79b09fb4367e248ac7163554dab1cdb8 to your computer and use it in GitHub Desktop.
Save zehpatricio/79b09fb4367e248ac7163554dab1cdb8 to your computer and use it in GitHub Desktop.
struct aluno {
char nome[50];
float media;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment