Skip to content

Instantly share code, notes, and snippets.

@Victorman2002
Created October 23, 2021 11:24
Show Gist options
  • Save Victorman2002/4eec90d9781d889654154e917592bfb0 to your computer and use it in GitHub Desktop.
Save Victorman2002/4eec90d9781d889654154e917592bfb0 to your computer and use it in GitHub Desktop.
package main;
import java.util.Scanner;
public class Ejercicio {
public static void main(String[] args) {
Scanner teclado = new Scanner(System.in);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment