Skip to content

Instantly share code, notes, and snippets.

View Victorman2002's full-sized avatar
🏠
Working from home

Víctor Pérez Victorman2002

🏠
Working from home
View GitHub Profile
package main;
import java.util.Scanner;
public class Ejercicio {
public static void main(String[] args) {
Scanner teclado = new Scanner(System.in);
package main;
import java.util.Scanner;
public class Equals {
public static void main(String[] args) {
Scanner teclado = new Scanner(System.in);
}
}