이제 자바 메인을 이렇게 써도 된다니 놀랍군요

void main() {  
    var name = IO.readln("What is your name? ");  
    IO.println("Hello, " + name);  
}  
5

If you have a fediverse account, you can reply to this note from your own instance. Search https://hackers.pub/ap/notes/01995a95-d694-70d6-a0ef-de7791adec5c on your instance and reply to it.

1
2