using input from file

This commit is contained in:
Krauß, Josefine 2024-05-14 11:32:21 +02:00
parent 091eaa912e
commit 4ca936e619

11
src/main/java/Input.java Normal file
View File

@ -0,0 +1,11 @@
class Example {
int i;
boolean b;
char c;
}
class Example2 {
int i;
boolean j;
}