2011年6月18日 星期六

一級憤怒 - jAG101

class MyAG101 {
    public static viod main(Stringargv[]) {    
       System.out.printf("Hello World")
    }
}

這麼簡單程式, 竟有三個 "編譯憤怒", 妳感受到嗎 ?

4 Response to 一級憤怒 - jAG101

2011年6月18日 晚上10:18

class MyTest01 {
public static void main(String args[]) {
System.out.printlf("Hello World")
}
}

2011年7月1日 凌晨1:29

感受到了

2011年7月10日 凌晨4:48
作者已經移除這則留言。
2011年7月10日 凌晨4:50

class MyAG101 {
public static void main(String[] argv) {
System.out.println("Hello World");
}
}

張貼留言