Skip to content

Instantly share code, notes, and snippets.

@ron623
Created May 6, 2016 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ron623/7a54776d0fd3eaa81c89ebbf5f47377e to your computer and use it in GitHub Desktop.
Save ron623/7a54776d0fd3eaa81c89ebbf5f47377e to your computer and use it in GitHub Desktop.
java hellowolrd
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