Files
ValueScript/inputs/passing/hello.ts

6 lines
93 B
TypeScript

//! test_output("Hello world!")
export default function main() {
return 'Hello world!';
}