Skip to content

Instantly share code, notes, and snippets.

@msomu
Created October 31, 2014 10:50
Show Gist options
  • Save msomu/479c86d8a49b76e16623 to your computer and use it in GitHub Desktop.
Save msomu/479c86d8a49b76e16623 to your computer and use it in GitHub Desktop.
This was my first Java Code
public class HelloWorld {
public static void main(String[] args) {
System.out.print("Hello World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment