Last active
August 8, 2016 01:38
-
-
Save JohnLockwood/2aa952a4403cc59bd2b37d1de1d4dd66 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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