Skip to content

Instantly share code, notes, and snippets.

@Victorman2002
Created October 12, 2021 14:06
Show Gist options
  • Save Victorman2002/e566b15a1e2d600554062220cb50f631 to your computer and use it in GitHub Desktop.
Save Victorman2002/e566b15a1e2d600554062220cb50f631 to your computer and use it in GitHub Desktop.
package main;
import java.util.Scanner;
public class Equals {
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