clear index

This commit is contained in:
Halit Aksoy 2022-05-02 00:43:40 +03:00
parent 225152eff3
commit 66b3407100

View File

@ -1,7 +0,0 @@
const world = 'world';
export function hello(world: string): string {
return `Hello ${world}! `;
}
hello(world)