Skip to content

Commit aa34531

Browse files
committed
feat: create index.ts
1 parent bb2bece commit aa34531

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const message = helloWorld();
2+
console.log(message);
3+
4+
function helloWorld() {
5+
return 'Hello World!';
6+
}

0 commit comments

Comments
 (0)