Created
August 24, 2019 12:51
-
-
Save aledruetta/b5154ac4f60ed3659a9c6fc76666d484 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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