Skip to content

Commit 0e71529

Browse files
committed
feat: add broken hello.ts
1 parent 9f7a5dc commit 0e71529

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

hello.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function greet(name: string): string {
2+
return `Hello, ${name}!`
3+
}
4+
5+
greet()

0 commit comments

Comments
 (0)