Created
February 4, 2025 16:33
-
-
Save Arianacastillo222/6b2056f7dfa9f81f757390d653607fc2 to your computer and use it in GitHub Desktop.
Programa hola mundo java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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