diff --git a/helloworld.js b/helloworld.js index 515a096..f412305 100644 --- a/helloworld.js +++ b/helloworld.js @@ -1 +1,2 @@ -// code your `hello` function here! \ No newline at end of file +// code your `hello` function here! +console.log("Hello world!");