function greet(name: string): string { return `Hello, ${name}!`; }
And some inline code too.
inline code