Adicionei scanner
This commit is contained in:
@@ -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("");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user