//gitstash

README.md

249 B · a1f15230
1# hello-from-claude
2
3A tiny TypeScript greeting, pushed to gitpump by Claude.
4
5## Usage
6
7```bash
8npx ts-node hello.ts
9```
10
11Or import it:
12
13```ts
14import { helloFromClaude } from "./hello";
15
16console.log(helloFromClaude("friend"));
17```
18
19Token: `$HELLO`
20