GitGud/index.ts
2025-10-12 20:05:19 +01:00

10 lines
125 B
TypeScript

function init() {
console.log("hello world!");
console.log("another log!");
console.log("yet another log!");
}
init();