Skip to content

Instantly share code, notes, and snippets.

@xjncx
Created March 12, 2022 20:56
Show Gist options
  • Save xjncx/ca0cc28654a739cbec2b1589ae0f4ceb to your computer and use it in GitHub Desktop.
Save xjncx/ca0cc28654a739cbec2b1589ae0f4ceb to your computer and use it in GitHub Desktop.
hometask#1_vars
char mailSign;
uint playerHealth;
int playerHeight;
float playerSpeed
string welcomeMessage;
byte enemyCounter;
double enemySpeed;
byte potionsCounter;
bool levelCompleted;
short abillityLevel;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment