work as usual

excerpts of my daily work life…

for (int i = 0; i < workingDays; i ++){
    for (int j = 0; j< workingHours; j++){
       if (work != null && work.size() !=0){
            me = work + j;
            if (work != completed){
                workingHours + j;
            }
        }
    }
}

hmmm.. gotta find a way to get out of the rat race. ain’t gonna live my life in this trap.

Leave a Reply