Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 60 Bytes

index.md

File metadata and controls

5 lines (5 loc) · 60 Bytes
function hello() {
  console.log("hello world");
}