diff --git a/code/hello_world.js b/code/hello_world.js new file mode 100644 index 0000000..06f320c --- /dev/null +++ b/code/hello_world.js @@ -0,0 +1 @@ +console.log("Hello, world!"); \ No newline at end of file