Created
August 24, 2019 12:48
-
-
Save aledruetta/e78ccaf11084fc0d8f8158c13b12e8ce 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
// para visualizar | |
printf ( "Curso: %s\n", maria.curso ); | |
// para atualizar | |
maria.polo = "Osasco"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment