Skip to content

Instantly share code, notes, and snippets.

@gmfc
Created May 13, 2013 14:44
Show Gist options
  • Select an option

  • Save gmfc/5568817 to your computer and use it in GitHub Desktop.

Select an option

Save gmfc/5568817 to your computer and use it in GitHub Desktop.
Procedimentos_métodos
class exemplo{
static double atributo1; //atributos da classe
public static void main(Strings args[]){
//main
}
public static void procedimento(){
//procedimento
}
}
@gmfc
Copy link
Copy Markdown
Author

gmfc commented May 13, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment