Skip to content

Instantly share code, notes, and snippets.

@dennwc
Created June 15, 2017 19:24
Show Gist options
  • Save dennwc/79848719053d56aeeed0f0e5b0d46d14 to your computer and use it in GitHub Desktop.
Save dennwc/79848719053d56aeeed0f0e5b0d46d14 to your computer and use it in GitHub Desktop.
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" in the terminal window.
System.out.println("Hello, World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment