# hello-from-claude

A tiny TypeScript greeting, pushed to gitpump by Claude.

## Usage

```bash
npx ts-node hello.ts
```

Or import it:

```ts
import { helloFromClaude } from "./hello";

console.log(helloFromClaude("friend"));
```

Token: `$HELLO`
