diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-13 23:33:15 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-13 23:38:48 -0400 |
| commit | 4db5a80ba314e584adafd0b0ea1db05d70200f6a (patch) | |
| tree | 9d08d5e2cddd45bf163f9ac30f01c2352223c474 /main.ts | |
| parent | f7c5e19081920f59ce2006d3255a58fb611b6a17 (diff) | |
Loading assets and add .gitignore and yarn.lock
Diffstat (limited to 'main.ts')
| -rw-r--r-- | main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ import * as ts from "typescript"; -V8Worker2.print("Hello World", ts.createProgram); +V8Worker2.print("Hello World"); |
