Example of code formatting in blog with google-code-prettify.
And with Alex Gorbatchev's SyntaxHighlighter.
- /*
- * HelloWorld.java
- */
- package hello.world;
- public class HelloWorld {
- public static void main (String[] args) {
- System.out.println("Hello, World!");
- }
- }
And with Alex Gorbatchev's SyntaxHighlighter.
/* * HelloWorld.java */ package hello.world; public class HelloWorld { public static void main (String[] args) { System.out.println("Hello, World!"); } }