编辑代码
TypeScript代码
4.9.3
运行
export
default
function
helloWorld
(
)
{
console
.log(
"您好,世界!"
) }