Skip to content

Instantly share code, notes, and snippets.

@Scary-MonstersDi0
Created February 4, 2025 16:21
Show Gist options
  • Save Scary-MonstersDi0/197baae9ea59453af9e3b79148ce0534 to your computer and use it in GitHub Desktop.
Save Scary-MonstersDi0/197baae9ea59453af9e3b79148ce0534 to your computer and use it in GitHub Desktop.
programa java 1 hola
public class HolaMundo {
public static void main(sting[] args) {
System.out.println("HolaMundo");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment