Skip to content

Instantly share code, notes, and snippets.

@legarnica
Created November 4, 2018 20:12
Show Gist options
  • Save legarnica/11ca5927f29a059f37cd1f6d844915bf to your computer and use it in GitHub Desktop.
Save legarnica/11ca5927f29a059f37cd1f6d844915bf to your computer and use it in GitHub Desktop.
otec-java-001
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