A place where I can share my thoughts and life experiences...

Monday, April 23, 2007

Code Code Code...

public class ExplainationOfTheWeek {

private List<Day> so_many_days = new ArrayList<Day>();

public static void main(String args[]) {

for(Iterator it=so_many_days.iterator(); it.hasMoreDays;) {

try {
Day everyday_the_same = (Day)it.next();

Work work_no_ending = (Work)everyday_the_same.getWorkToDo();

Yientau pitty_boy = new Yientau();
pitty_boy.getAssignedWork(work_no_ending);
pitty_boy.execute(Google.search());

} catch(WorkNoOutputCaughtException pekcek) {
pekcek.goLongPiak();
}

System.println("Please decipher by yourself if you know how.");

System.exit(1);
}
}
}

Labels: ,

1 Comments:

Anonymous Anonymous said...

Good words.

10:03 PM  

Post a Comment

<< Home