From ac93d7c189c9420d5a00a09b9ac0a6f2f074925e Mon Sep 17 00:00:00 2001 From: Franklin Sahlhoff Date: Thu, 8 Apr 2021 04:12:23 +0000 Subject: [PATCH] Done. --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index a2508747..5fa76b02 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!");