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();