fixup! feat: adding another user greeting

This commit is contained in:
2025-10-12 20:26:32 +01:00
parent af1b20c433
commit 5ad483620d

View File

@ -2,6 +2,7 @@ const PERSON = "youtube";
function anotherGreeting() {
console.log("another greeting!");
console.log("yet another greeting!");
}
function init() {