function greet(name: string): string {
  return `Hello, ${name}!`;
}

And some inline code too.