Adicionei scanner

master
250404 2025-11-06 09:19:01 +00:00
parent 84be6738fa
commit e26a3b66c9
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@
package com.mycompany.primeiro_git; package com.mycompany.primeiro_git;
import java.util.Scanner;
/** /**
* *
* @author 250404 * @author 250404
@ -11,6 +13,7 @@ package com.mycompany.primeiro_git;
public class Primeiro_Git { public class Primeiro_Git {
public static void main(String[] args) { public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println(""); System.out.println("");
} }
} }