Skip to content

Commit fb7f907

Browse files
committed
add missing scanner import
1 parent 62e5f7e commit fb7f907

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Exercise.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import java.util.Scanner;
2+
13
public class Exercise {
24

35
public static void main(String[] args) {

0 commit comments

Comments
 (0)