fork download
  1. class ideone {
  2. public static void main(String[] arg) {
  3. /*
  4. 주석 달기
  5. 달기 주석
  6. */
  7.  
  8. int a = 5;
  9. System.out.println(a+5); //10
  10. }
  11. }
Success #stdin #stdout 0.09s 52588KB
stdin
Standard input is empty
stdout
10