반응형

소괄호 안에 내용을 출력시키고 줄을 바꿔줍니다.

 

package print;

public class Println {

	public static void main(String[] args) {
		
		System.out.println("Hello, Welcome to the java World!");

	}

}

https://github.com/SungJLee/My_Java_World.git

 

SungJLee/My_Java_World

Contribute to SungJLee/My_Java_World development by creating an account on GitHub.

github.com

 

반응형