Hello World

Hello World

window.onload = function(){
  console.log("hello world");
}

01 Jan 2015