From 719b9a2a09fd8a6064cbf52d5b157e8c83c5c561 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Wed, 7 Apr 2021 23:22:58 +0000 Subject: [PATCH] Done. --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index a25087475..47a6bf84d 100644 --- a/index.js +++ b/index.js @@ -1 +1,2 @@ -// write your code below! \ No newline at end of file +// write your code below! +console.log("Hello, World!") \ No newline at end of file