hello-world.ts 61 B

123
  1. export function hello(): string {
  2. return 'Hello, World!'
  3. }