Press enter to continue...

1 개요[ | ]

Press enter to continue...

2 Java[ | ]

import java.io.IOException;

public class Main {
    public static void main(String[] args) throws IOException {
        System.out.println("Press enter to continue...");
        System.in.read();
    }
}

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}