6 lines
67 B
TypeScript
6 lines
67 B
TypeScript
|
console.log("Hello, world!")
|
||
|
|
||
|
if (true) {
|
||
|
console.log("Truth!")
|
||
|
}
|