Skip to content

Commit a03d5de

Browse files
committed
add missing scanner import
1 parent f487902 commit a03d5de

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)