8000 GitHub - schmelto/schmelto: :octocat: My public profile!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

schmelto/schmelto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hi there👋, I'm Tom!

const name = 'Tom';

Developer dev = new Developer(name);

while(dev.isCoding())
{
  dev.listenToMusic();
  dev.openStackOverFlow();
  dev.drinkWater();
}
0