close
/**
 * The HelloWorldApp class implements an application that
 * simply prints "Hello World!" to standard output.
 */
class HelloWorldApp {
    public static void main(String[] args) {
        System.out.println("Hello World!"); // Display the string.
    }
}


1111

  
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 ily19932014 的頭像
    ily19932014

    ily19932014的部落格

    ily19932014 發表在 痞客邦 留言(0) 人氣()