From fad9d4279bbe39583ca3544c1cbe6dcf9c64ad50 Mon Sep 17 00:00:00 2001 From: Cyanoure Date: Sun, 15 Sep 2024 16:52:37 +0200 Subject: [PATCH] Test commit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++;