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'); +