Written by
django-style
on
on
20211019 TIL
20211019 TIL
int[] intArray; intArray = {1, 2, 3, 4, 5} // (x) // new 연산자를 이용하여 값 목록 지정 int[] intArray; intArray = new int {1, 2, 3, 4, 5};
from http://cozzilzzil2.tistory.com/21 by ccl(A) rewrite - 2021-10-19 18:00:38