Skip to content

Instantly share code, notes, and snippets.

@faogustavo
Last active August 26, 2016 16:49
Show Gist options
  • Save faogustavo/d4be4e8540216fd22d841b224eb8de29 to your computer and use it in GitHub Desktop.
Save faogustavo/d4be4e8540216fd22d841b224eb8de29 to your computer and use it in GitHub Desktop.
class Principal {
Arquivo arquivo = new Arquivo();
public static void main(String args[]) {
new Principal().executa();
}
public void executa() {
arquivo.lerDados();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment