Adicionei scanner

This commit is contained in:
250404
2025-11-06 09:19:01 +00:00
parent 84be6738fa
commit e26a3b66c9

View File

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