Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Last active May 10, 2022 04:58
Show Gist options
  • Save guitarrapc/3e0eda90cf93776aa68c7ede11ca85aa to your computer and use it in GitHub Desktop.
Save guitarrapc/3e0eda90cf93776aa68c7ede11ca85aa to your computer and use it in GitHub Desktop.
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?`;
}

```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment