Created
October 12, 2021 14:06
-
-
Save Victorman2002/e566b15a1e2d600554062220cb50f631 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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