diff --git a/src/index.ts b/src/index.ts index 9e09de4..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?"); + console.log("Hello, World!"); let i: number = 0; setInterval(() => { i++;