hello.ts 86 B

1234
  1. /** Howdy! */
  2. export const sayNamaste = () => {
  3. console.log("Namaste, world");
  4. };