Skip to content

Commit df43f8e

Browse files
[BAEL-9016] Constructing a Lexical Analyzer in Java
- refactor - move to different module
1 parent cb6e2ce commit df43f8e

File tree

11 files changed

+3
-0
lines changed

11 files changed

+3
-0
lines changed

core-java-modules/core-java-23/src/main/java/com/baeldung/javafeatures/ImplicitClass.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import static java.io.IO.print;
2+
import static java.io.IO.readln;
3+
14
void main() {
25
String name = readln("Please enter your name: ");
36
print("Hello "+name);

0 commit comments

Comments
 (0)