diff --git a/js/hello.js b/js/hello.js new file mode 100644 index 00000000..75c2cd71 --- /dev/null +++ b/js/hello.js @@ -0,0 +1 @@ +function hi() { console.log("hi"); } \ No newline at end of file