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