Files
codegen/examples/sample.gen.ts
Dylan Pizzo 25687860cc build it
2024-11-23 14:18:52 -08:00

4 lines
67 B
TypeScript

export default () => {
return `console.log("Hello, World!");`;
};