Skip to content

Instantly share code, notes, and snippets.

@everblut
Created February 24, 2012 22:07
Show Gist options
  • Save everblut/1904101 to your computer and use it in GitHub Desktop.
Save everblut/1904101 to your computer and use it in GitHub Desktop.
Main
public class Main{
public static void main(String[] args){
Interfaz i = new Interfaz();
i.Desplegar();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment