diff --git a/index.ts b/index.ts index f9455a3..b00c283 100644 --- a/index.ts +++ b/index.ts @@ -2,6 +2,7 @@ const PERSON = "youtube"; function anotherGreeting() { console.log("another greeting!"); + console.log("yet another greeting!"); } function init() {