diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 02:50:55 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 02:50:55 -0400 |
commit | aba6a1dc871edbc6cbb286a350a4ba79ca645fb8 (patch) | |
tree | ecd6347c2374a36a6524782f985975c7c315068b /testdata/hello_world.js | |
parent | 1a80bcb250c81a8959b8af816f499c22bca0db51 (diff) |
readFileSync is working
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"); |