chore: reorganizing initialization and exclamation

This commit is contained in:
2025-10-12 20:02:28 +01:00
parent 2a343031f5
commit 00a5d2454b

View File

@ -1,5 +1,9 @@
console.log("hello world!");
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();