This is a *markdown* document with a code block:
```ts
// src/example.ts
export function helloWorld(name: string): string {
return `Hello ${name}!, how are you today?`;
}
```
Last active
May 10, 2022 04:58
-
-
Save guitarrapc/3e0eda90cf93776aa68c7ede11ca85aa to your computer and use it in GitHub Desktop.