fork download
  1. class ideone {
  2. public static void main(String[] arg) {
  3. System.out.println("이제 자러 갑니다.");
  4. }
  5. }
Success #stdin #stdout 0.09s 52760KB
stdin
Standard input is empty
stdout
이제 자러 갑니다.