From 6e05dc8e3fd9523ebb198b2aa855ed173b9e56ce Mon Sep 17 00:00:00 2001 From: Jiiks Date: Tue, 25 Aug 2015 11:14:06 +0300 Subject: [PATCH] hello --- js/hello.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 js/hello.js 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