Skip to content

Commit 71949c4

Browse files
author
DENIS APOLINARIO DA SILVA
committed
exemplos java 8
1 parent 143c297 commit 71949c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/TesteSolution.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
import java.util.Scanner;
66

77
public class TesteSolution {
8+
9+
10+
811
public static void main(String args[]) throws Exception {
912
/* Enter your code here. Read input from STDIN. Print output to STDOUT */
1013
Scanner in = new Scanner(System.in);

0 commit comments

Comments
 (0)