Skip to content

Instantly share code, notes, and snippets.

@rafaelvicio
Created August 24, 2017 16:30
Show Gist options
  • Save rafaelvicio/17d36dc22dc13cd33a15073147b61059 to your computer and use it in GitHub Desktop.
Save rafaelvicio/17d36dc22dc13cd33a15073147b61059 to your computer and use it in GitHub Desktop.
type Usario {
nome: String,
idade: Int,
sexo: String,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment