diff --git a/playground/code.md b/playground/code.md new file mode 100644 index 0000000..0f61a38 --- /dev/null +++ b/playground/code.md @@ -0,0 +1,5 @@ +```ts +export function hi() { + return 'hello' +} +``` \ No newline at end of file