export function sayHello(thing: string) {
  console.log(`hello from ${thing}`);
}
