Skip to content

Instantly share code, notes, and snippets.

@ericksprengel
Created September 20, 2016 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericksprengel/0887057fdcfd72ef6d24d865de352018 to your computer and use it in GitHub Desktop.
Save ericksprengel/0887057fdcfd72ef6d24d865de352018 to your computer and use it in GitHub Desktop.
class Conta {
String nome;
int cc
int agencia;
double saldo;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment