We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7a5dc commit 0e71529Copy full SHA for 0e71529
1 file changed
hello.ts
@@ -0,0 +1,5 @@
1
+function greet(name: string): string {
2
+ return `Hello, ${name}!`
3
+ }
4
+
5
+ greet()
0 commit comments