diff options
Diffstat (limited to 'testdata/hello_world.js')
-rw-r--r-- | testdata/hello_world.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/hello_world.js b/testdata/hello_world.js new file mode 100644 index 000000000..accefceba --- /dev/null +++ b/testdata/hello_world.js @@ -0,0 +1 @@ +console.log("Hello World"); |