Skip to content

Instantly share code, notes, and snippets.

@ProgDan
Created January 25, 2011 21:57
Show Gist options
  • Save ProgDan/795758 to your computer and use it in GitHub Desktop.
Save ProgDan/795758 to your computer and use it in GitHub Desktop.
LP2: Exercícios de Revisão - 07
class Violet {
int x;
public static void main(String[] args) {
int y;
System.out.print("x=" + x);
System.out.print(", y=" + y);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment