You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class Hello {
public static void main(String[] args) {
System.out.println("Hola mundo");
System.out.println("\n Me costó un poco encontrar dónde");
System.out.println("\n poder editar el código jeje...");
}
}