From 8efb4235587375f6f41414f2eafaf6daf93d9e7e Mon Sep 17 00:00:00 2001 From: Gilmaicor Date: Mon, 1 Nov 2021 00:18:36 -0300 Subject: [PATCH] Update and rename helloWorld.c to helloWorld.js --- helloWorld.c | 3 --- helloWorld.js | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 helloWorld.c create mode 100644 helloWorld.js diff --git a/helloWorld.c b/helloWorld.c deleted file mode 100644 index 7db7a4005..000000000 --- a/helloWorld.c +++ /dev/null @@ -1,3 +0,0 @@ -#include - -void main() {printf("Hello, World!");} diff --git a/helloWorld.js b/helloWorld.js new file mode 100644 index 000000000..0f3d7f14b --- /dev/null +++ b/helloWorld.js @@ -0,0 +1,2 @@ +console.log('Hello World'); +