diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-13 23:32:01 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-13 23:32:01 -0400 |
| commit | f7c5e19081920f59ce2006d3255a58fb611b6a17 (patch) | |
| tree | 6f77b3f747cdb5138481587d0cd8bcffc941c66f /main.ts | |
Init
Diffstat (limited to 'main.ts')
| -rw-r--r-- | main.ts | 4 |
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); |
