ImDaGr3en

ImDaGr3en

Uni student with lots of passion for coding and troubleshooting for badly-coded, not-working projects. Also, self-confidence is not my main feature.


State of mind:

void routine(int day) {

  if (!somethingToDo) try {

    code_something(BAD);
  } else {

    debug(this);
    time.lose(A_LOT);
    kill(self);
  }
}