nose-pluto/nose/bin/hello.ts
Chris Wanstrath c3e10559c7 webapp basics
2025-09-15 14:03:07 -07:00

3 lines
65 B
TypeScript

export default function (): string {
return "Hello, world!"
}