Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Last active May 16, 2020 18:39
Show Gist options
  • Save ampulhetadosaber/cf5c9608152d5642f7416d9280df2a0b to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/cf5c9608152d5642f7416d9280df2a0b to your computer and use it in GitHub Desktop.
int a; // declaro uma variável do tipo inteiro chamada a
a = 10; // a recebe o número 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment