Press enter to continue...

121.133.114.196 (토론)님의 2021년 10월 16일 (토) 18:35 판 (새 문서: ==개요== ;Press enter to continue... ==Java== {{참고|자바 Press enter to continue... }} 분류:Java <syntaxhighlight lang='java'> import java.io.IOException; public class...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

Press enter to continue...

2 Java

import java.io.IOException;

public class Main {
    public static void main(String[] args) throws InterruptedException, IOException {
        System.out.println("Press enter to continue...");
        System.in.read();
    }
}
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}