Some code

8/30/2023, 3:33:32 AM


This is some code

const foo = 42;
const bar = 'baz';

function tick() {
  console.log('hello');
}

And that was some code