سعید مزرعه فرهانی

171
reputation
11

Saeed M Farahani

I am an Iranian programmer. I am proud to be Iranian. I have learned many programming languages due to my long time and crazy interest in the big world of computers, and I try to increase my knowledge until the end of my life.


var life = undefined;
var knowledge = 0;

function time(){
  knowledge ++;
  life--;
  life > 0 ? time() : null;
}