Skip to content

Instantly share code, notes, and snippets.

@caleman9791
Created October 28, 2024 04:34
Show Gist options
  • Select an option

  • Save caleman9791/f7d24e5adb7ddc5ad199b53cc6021439 to your computer and use it in GitHub Desktop.

Select an option

Save caleman9791/f7d24e5adb7ddc5ad199b53cc6021439 to your computer and use it in GitHub Desktop.

Revisions

  1. caleman9791 created this gist Oct 28, 2024.
    5 changes: 5 additions & 0 deletions Anatomia de una aplicación java.java
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    public class Main {
    public static void main(String[] args) {
    System.out.println("Hola Mundo");
    }
    }