Skip to content

Commit e8296b3

Browse files
author
VPKSoft
committed
Few mods.
1 parent a27df1f commit e8296b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export const greetWorld = () => {
55
return "Hello world!";
66
};
77

8+
console.log(greetWorld());
9+
console.log(greetWorld());
810
console.log(greetWorld());
911

1012
// Reading from stdin

0 commit comments

Comments
 (0)