[환경설정] 4. IntelliJ IDEA 설치

최재원's avatar
Jan 24, 2025
[환경설정] 4. IntelliJ IDEA 설치

1. 다운로드 및 설치

2. 자바 프로젝트 만들어보기

notion image

3. 코드 작성하고 실행해보기

public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }
notion image
notion image
Share article

jjack1