From 8d4875107b2e72e3afd22fcf95601a63a122bbf0 Mon Sep 17 00:00:00 2001 From: AbdelRahman MassriAttal Date: Fri, 18 Jun 2021 15:46:35 +0300 Subject: [PATCH] adding hello file --- hello.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.js diff --git a/hello.js b/hello.js new file mode 100644 index 0000000..57d2a94 --- /dev/null +++ b/hello.js @@ -0,0 +1 @@ +console.log('hello') \ No newline at end of file