diff options
Diffstat (limited to 'cli/tests/tsc2/file_main.ts')
-rw-r--r-- | cli/tests/tsc2/file_main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/tsc2/file_main.ts b/cli/tests/tsc2/file_main.ts new file mode 100644 index 000000000..a45477fde --- /dev/null +++ b/cli/tests/tsc2/file_main.ts @@ -0,0 +1 @@ +console.log("hello deno"); |