10 lines
127 B
TypeScript
10 lines
127 B
TypeScript
function init() {
|
|
console.log("hello youtube!");
|
|
|
|
console.log("another log!");
|
|
|
|
console.log("yet another log!");
|
|
}
|
|
|
|
init();
|