Skip to content

Instantly share code, notes, and snippets.

@kawzar
Created April 14, 2019 18:31
Show Gist options
  • Save kawzar/95f286c68c370d2a1a996f9246503f1a to your computer and use it in GitHub Desktop.
Save kawzar/95f286c68c370d2a1a996f9246503f1a to your computer and use it in GitHub Desktop.
class Score{
public:
Score() {};
char name[10];
int score;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment