From fcfc3ec8a4a11ffafa323be5ae4bf9a0b8bef3f7 Mon Sep 17 00:00:00 2001 From: John Costa Date: Sun, 12 Oct 2025 20:05:19 +0100 Subject: [PATCH] whoops --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index 0b35ccb..bb3660a 100644 --- a/index.ts +++ b/index.ts @@ -1,9 +1,9 @@ function init() { console.log("hello world!"); - console.log("another log"); + console.log("another log!"); - console.log("yet another log"); + console.log("yet another log!"); } init();