Compare commits

...

1 Commits

Author SHA1 Message Date
00a5d2454b chore: reorganizing initialization and exclamation 2025-10-12 20:09:42 +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();