Skip to content

Instantly share code, notes, and snippets.

@landjd19
Created September 11, 2018 01:59
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 landjd19/c1a1660fa62c257de61b4f538ddafc6d to your computer and use it in GitHub Desktop.
Save landjd19/c1a1660fa62c257de61b4f538ddafc6d to your computer and use it in GitHub Desktop.
Hello World
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, World. Jake Landaiche 3/8/01");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment