8 lines
63 B
TypeScript
8 lines
63 B
TypeScript
|
|
function main() {
|
|
console.log("hello world");
|
|
}
|
|
|
|
main();
|
|
|