Skip to content
leecheol edited this page Nov 26, 2019 · 3 revisions

Java Playground - 인프런

Welcome to the java-playground wiki!

1장

What is this : this is " "

  • Java
  • Eclipse
  • Github
package pkg01;

public class hellolee {

	public static void main(String[] args) {
		// TODO Auto-generated method stub
		System.out.println("Hello World");
	}

}

Clone this wiki locally