summaryrefslogtreecommitdiff
path: root/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'main.ts')
-rw-r--r--main.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.ts b/main.ts
new file mode 100644
index 000000000..8fc83ea82
--- /dev/null
+++ b/main.ts
@@ -0,0 +1,4 @@
+import * as ts from "typescript";
+
+
+V8Worker2.print("Hello World", ts.createProgram);