public static void main(String[] args) {
int n = Integer.parseInt(args[0]);
moves(n, true);
}
형들 이부분에서 Index 0 out of bounds for length 0
이 오류 나는데 해결 법좀
public static void main(String[] args) {
int n = Integer.parseInt(args[0]);
moves(n, true);
}
형들 이부분에서 Index 0 out of bounds for length 0
이 오류 나는데 해결 법좀
args 들어온게 없나봄