Created
February 4, 2025 16:32
-
-
Save xfznczx/a4998c63dfe4ef1bd3d658562f7fcec6 to your computer and use it in GitHub Desktop.
programa hola 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
plublic class HolaMundo [ | |
plublic static void main (string[] args) [ | |
system.out.println(¨Hola Mundo¨); | |
] | |
[ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment