Monday, November 3, 2008

Code tests

Only for code identation tests.

Code between <pre></pre>:

package tests;

public class Main {

/**
* @param args the command line arguments
*/
public static void main(String[] args) {
System.out.println("Code");
}

}


Yep! It works!

No comments: