Skip to content

Instantly share code, notes, and snippets.

@JohnLockwood
Last active August 8, 2016 01:38
Show Gist options
  • Save JohnLockwood/2aa952a4403cc59bd2b37d1de1d4dd66 to your computer and use it in GitHub Desktop.
Save JohnLockwood/2aa952a4403cc59bd2b37d1de1d4dd66 to your computer and use it in GitHub Desktop.
/*
Well yes, this is awfully basic, but the real point is to see if we can embed it in
a Wordpress site and retain the syntax highlighting.
*/
public 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