From 8282d71c708c78b67b81b8372635421ce6d61358 Mon Sep 17 00:00:00 2001 From: Aung Zaw Paing Oo Date: Fri, 24 Nov 2023 13:55:39 +0630 Subject: [PATCH] Update hello.js Initial Update Co-Authored-By: winnnn <99076271+Micheal-Winn@users.noreply.github.com> --- helloworld.js | 1 + yolo.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 helloworld.js delete mode 100644 yolo.js diff --git a/helloworld.js b/helloworld.js new file mode 100644 index 0000000..fbecd7b --- /dev/null +++ b/helloworld.js @@ -0,0 +1 @@ +console.log("Hello, World") diff --git a/yolo.js b/yolo.js deleted file mode 100644 index a8265a6..0000000 --- a/yolo.js +++ /dev/null @@ -1 +0,0 @@ -console.log("Yolo")