Skip to content

Instantly share code, notes, and snippets.

@Arianacastillo222
Created February 4, 2025 16:33
Show Gist options
  • Save Arianacastillo222/6b2056f7dfa9f81f757390d653607fc2 to your computer and use it in GitHub Desktop.
Save Arianacastillo222/6b2056f7dfa9f81f757390d653607fc2 to your computer and use it in GitHub Desktop.
Programa hola mundo java
public class HolaMundo{
public static void main (String[] args) {
System.out.println("HolaMundo");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment