Create a program which debugs the number of days you lived since you born.
14456
Date myDOB = Date.NewInstance(1983,3,2); Date dateToday = Date.today(); System.debug(myDOB.daysbetween(dateToday));