Adicionei scanner
parent
84be6738fa
commit
e26a3b66c9
|
|
@ -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("");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue