- ๐ Hi, Iโm @yesh21
- ๐ Interested in AI stuff
- ๐ฑ Iโm a constant learner
- ๐๏ธ Looking to collaborate with others on interesting ideas
- ๐ซ Reach me at my LinkedIn page
- Fun fact: Java
.class
format starts with 0xCAFEBABE
class Programmer extends Human {
function dailyRoutine(int dayNumber) {
eat();
learn++;
workout++;
sleep();
console.log("Done w a day.");
dailyRoutine(dayNumber++);
}
}
Programmer me = new Programmer();
me.dailyRoutine(0); //life starts