6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
console.log("hello world!");
|
|
|
|
console.log("another log");
|
|
|
|
console.log("yet another log");
|