본문 바로가기
오류 정리

1) main 메서드 안 썼을 때 오류

by 2023코딩시작 2023. 1. 5.

- 원인 : 클래스 만들 때 Public static void main(String[] args); 클릭을 안해서... 

댓글