Skip to content

Instantly share code, notes, and snippets.

@knight-ryu12
Created April 5, 2016 15:26
Show Gist options
  • Save knight-ryu12/8bf59d8621afe894f8f5f0365eaf2dd3 to your computer and use it in GitHub Desktop.
Save knight-ryu12/8bf59d8621afe894f8f5f0365eaf2dd3 to your computer and use it in GitHub Desktop.
Hello world
class HelloWorld {
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