Skip to content

Instantly share code, notes, and snippets.

@mmasias
Last active December 21, 2023 08:55
Show Gist options
  • Save mmasias/542a88b58f413a314bb306f9a7b3bbaf to your computer and use it in GitHub Desktop.
Save mmasias/542a88b58f413a314bb306f9a7b3bbaf to your computer and use it in GitHub Desktop.
Plantilla de una clase
class ClassName {
public static void main(String[] args) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment