chore: reorganizing initialization

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

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