using input from file
This commit is contained in:
parent
091eaa912e
commit
4ca936e619
11
src/main/java/Input.java
Normal file
11
src/main/java/Input.java
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
class Example {
|
||||||
|
int i;
|
||||||
|
boolean b;
|
||||||
|
char c;
|
||||||
|
|
||||||
|
}
|
||||||
|
class Example2 {
|
||||||
|
int i;
|
||||||
|
boolean j;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user