diff --git a/src/index.ts b/src/index.ts index 743631e..c17cb19 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ import test from "./test"; export function startTest() { - console.log("Hello, World! 3"); + console.log("Hello, World!"); let i: number = 0; setInterval(() => { i++;