Skip to content

yesh21/yesh21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 

Repository files navigation

  • ๐Ÿ‘‹ 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

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published