Skip to content

Instantly share code, notes, and snippets.

@mquezada
Created March 17, 2014 14:57
Show Gist options
  • Save mquezada/9600827 to your computer and use it in GitHub Desktop.
Save mquezada/9600827 to your computer and use it in GitHub Desktop.
import java.io.*
class Plantilla {
static public void main(String[] args) throws IOException {
/* aca va el codigo principal */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment