Skip to content

Instantly share code, notes, and snippets.

@ProgDan
Created January 25, 2011 21:19
Show Gist options
  • Save ProgDan/795693 to your computer and use it in GitHub Desktop.
Save ProgDan/795693 to your computer and use it in GitHub Desktop.
LP2: Exercícios de Revisão - 03
class Basics1 {
public void main(String[] args) {
}
}
class Basics2 {
public void main(String[] args) {
}
}
class Basics3 {
public void main(String args[]) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment