chore: reorganizing initialization and exclamation

This commit is contained in:
2025-10-12 20:02:28 +01:00
parent 0058fdec70
commit 35e30aee7d

View File

@ -1,5 +1,9 @@
console.log("hello youtube!");
function init() {
console.log("hello youtube!");
console.log("another log");
console.log("another log!");
console.log("yet another log");
console.log("yet another log!");
}
init();