summaryrefslogtreecommitdiff
path: root/main.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-13 23:32:01 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-13 23:32:01 -0400
commitf7c5e19081920f59ce2006d3255a58fb611b6a17 (patch)
tree6f77b3f747cdb5138481587d0cd8bcffc941c66f /main.ts
Init
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);