A new note2

date:: Jul 30th, 2024

This is some new content

function foo(x) {
  return x * 10;
}

return foo(5)
edit