Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 215 Bytes

other-page.md

File metadata and controls

21 lines (13 loc) · 215 Bytes
layout colorspace
default
orange

Other page

Some other content

async function howDoesSyntaxLook(something: boolean): Promise<Potato> {
  const yes = 'no';
  // Hmmm
  return yes;
}