# /**
# * @author q_wong
# * @version 1.0,2009/02/28
# */
# public class HelloWorld {
# public static void main(String args[]) {
# System.out.println("Hello,World! This is my first notes, O(∩_∩)O 哈哈~");
# }
# }
# /**
# * @author q_wong
# * @version 1.0,2009/02/28
# */
# public class HelloWorld {
# public static void main(String args[]) {
# System.out.println("Hello,World! This is my first notes, O(∩_∩)O 哈哈~");
# }
# }