Who is kleinSinus ?

He studies CS He has hobbies He does random stuff

A student of Computer Science

  func drink(){
    if(cup.content() == 0){
      if(checkPantry("coffee") == true){
        getCoffee();
        cup.refill();
        enjoy();
      } else if(checkPantry("tea") == true){
        addToGroceryList("coffee");
        getTea();
        cup.refill();
        enjoy();
      } else {
        addToGroceryList("coffee");
        addToGroceryList("tea");
        weep();
      }
      enjoy();
    }
  }

  while(work != done){
    setTimer(15);
    while(timer != 0){
      if(currentTask.done == 1){
        getNextTask();
      }
      work();
    }
    drink();
  }

A hobbyist artist

Head of Marvel's venom, sticking his tongue out Mouth left Eye right Eye

Check out my deviantArt-Account deviantArt


User of Online LaTeX Compilers

Here's an Online LaTeX-Compiler from Uni Halle