clear index
This commit is contained in:
parent
225152eff3
commit
66b3407100
@ -1,7 +0,0 @@
|
||||
const world = 'world';
|
||||
|
||||
export function hello(world: string): string {
|
||||
return `Hello ${world}! `;
|
||||
}
|
||||
|
||||
hello(world)
|
||||
Loading…
Reference in New Issue
Block a user