신규 블로그 만들기

어쩌구 저쩌구

  int j = 10;
  for(int i=0; i<=j; i++){
    console.log(i);
  }
Written on October 3, 2022