Skip to content

Instantly share code, notes, and snippets.

@aledruetta
Created August 24, 2019 12:51
Show Gist options
  • Save aledruetta/b5154ac4f60ed3659a9c6fc76666d484 to your computer and use it in GitHub Desktop.
Save aledruetta/b5154ac4f60ed3659a9c6fc76666d484 to your computer and use it in GitHub Desktop.
// usando operador ponto
maria.ra = 001234567;
// usando operador seta
joao->ra = 007654321;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment