Files
ValueScript/inputs/passing/hello.ts
2022-05-19 09:04:55 +10:00

4 lines
60 B
TypeScript

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