Archive for 12月, 2011

Check Java Hightlight

By SinoSuperman - Last updated: 星期二, 12月 13, 2011

public class TestJavaHightLight { public static void main(String[] args) { System.out.println(“Hello Java!”); } } //