Files
ValueScript/inputs/passing/hello.ts
Andrew Morris bc1afa24c4 Add more tests
2023-02-28 15:28:06 +11:00

6 lines
92 B
TypeScript

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