Skip to content

Instantly share code, notes, and snippets.

@leehs99
Last active July 9, 2018 17:26
Show Gist options
  • Save leehs99/0a53ae9dc1ed50bded16aa02303a57ec to your computer and use it in GitHub Desktop.
Save leehs99/0a53ae9dc1ed50bded16aa02303a57ec to your computer and use it in GitHub Desktop.
//Object : write "Hello World!"
//Name : Hyeon Soo Lee
//Email : 99leehs@naver.com
public class ex01 {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment