Compare commits

...

2 Commits

Author SHA1 Message Date
fcfc3ec8a4 whoops 2025-10-12 20:05:19 +01:00
a4ead847c3 chore: reorganizing initialization 2025-10-12 20:02:28 +01:00

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