Created
November 4, 2018 20:12
-
-
Save legarnica/11ca5927f29a059f37cd1f6d844915bf to your computer and use it in GitHub Desktop.
otec-java-001
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[] agrs){ | |
System.out.print("Hola mundo"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment