diff --git a/src/index.ts b/src/index.ts index 1e5189c..e69de29 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +0,0 @@ -const world = 'world'; - -export function hello(world: string): string { - return `Hello ${world}! `; -} - -hello(world) \ No newline at end of file