diff options
Diffstat (limited to 'web/index.ts')
| -rw-r--r-- | web/index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/index.ts b/web/index.ts new file mode 100644 index 0000000..a34c8b4 --- /dev/null +++ b/web/index.ts @@ -0,0 +1,5 @@ +console.log("OK"); + +function foo() { + return "foo"; +} |
