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