Wednesday, September 10, 2008

广发英雄帖

: 2008年9月9日讯 :

在忙到打转的时候,
收到老大 MK 替 WM 发出的"英雄帖".. 哈!
其实是 WM 新居入伙,
邀大队聚一聚,
顺便给他新居来个拆房仪式! =Þ

最特别之处就是那张"英雄帖".
所以我来 blog 一 blog 留为纪念.
(修改一点点. =D)

public class WM_HouseGathering {

    public String getDateTime() {
        return "12th October 7pm";
    }

    public String getLocation() {
        return "Sri Hartamas";
    }

    public String getHouseGatheringType() {
        return "Potluck";
    }

    public String getPotluckTheme() {
        // suggested this theme, i.e. all meals are tiny and easy to handle,
        // e.g. sushi rolls etc
        return "Mini Meal";
    }

    public static void main(String args[])
    {
        try {
            WM_HouseGathering gathering = new WM_HouseGathering();

            System.out.println(gathering.getDateTime() + gathering.getLocation() +
                gathering.getHouseGatheringType + gathering.getPotluckTheme());

            Hashtable bringFood = new Hashtable();
            bringFood.add("MK", "Sushi");

            If ( ! You_All_Like_It )
                System.out.println("So sorry");
            Else
                System.out.println("It's my pleasure");

        }catch(MiniMealException mme){
            If(HN)
                WM_House_Clean_Hours < 1;
            Else
                WM_House_Clean_Hours > 2; //because normal potluck is messy
        }catch(NoElectricityOn12thOctException e){
            doCandleLight();
        }catch(IOException io){
            goToilet();
        }finally{
            Everyone_Enjoyed=true;
        }
    }
}


既然大家都是 IT 人士,
当然明白其意思.
着一篇东西确实让我笑了一笑. =D

顺便在这让仍然来探望我的朋友们知道,
我还呼吸着, 请勿操心. =Þ

2 comments:

Anonymous said...

一点也看不懂 =S

jaNeSSe said...

你看得懂, 我就可以卷草席回家耕田了.. 哈!

Post a Comment