Skip to content

Commit 4c52f4b

Browse files
committed
changing input acceptance
1 parent 08804c0 commit 4c52f4b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/main/java/App.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
1-
import java.util.Scanner;
2-
3-
class App {
4-
public static void main(String[] args) {
5-
// Adding Input-Class.
6-
Input userInput = new Input();
7-
String[] input = {"hello"};
8-
userInput.DisplayWorking(input);
9-
}
10-
11-
12-
13-
}

0 commit comments

Comments
 (0)