From 007cfd4683f177fde9f324a169281802e7a98c96 Mon Sep 17 00:00:00 2001 From: shotozuro Date: Wed, 3 Oct 2018 09:32:42 +0700 Subject: [PATCH] add hello script written in JS --- code/say_hello.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 code/say_hello.js diff --git a/code/say_hello.js b/code/say_hello.js new file mode 100644 index 0000000..1d29621 --- /dev/null +++ b/code/say_hello.js @@ -0,0 +1,2 @@ +console.log("Hello everybody!") +