We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27df1f commit e8296b3Copy full SHA for e8296b3
src/index.ts
@@ -5,6 +5,8 @@ export const greetWorld = () => {
5
return "Hello world!";
6
};
7
8
+console.log(greetWorld());
9
10
console.log(greetWorld());
11
12
// Reading from stdin
0 commit comments