Skip to content

Instantly share code, notes, and snippets.

@deven98
Last active April 23, 2018 08:15
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 deven98/c5df5182c77f9359f44407847ae96f58 to your computer and use it in GitHub Desktop.
Save deven98/c5df5182c77f9359f44407847ae96f58 to your computer and use it in GitHub Desktop.
HelloWorld Java
class Main{
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