diff --git a/console.js b/console.js new file mode 100644 index 0000000..aba5102 --- /dev/null +++ b/console.js @@ -0,0 +1,11 @@ +//this is a comment +console.log("hello world"); +console.log("hello world"); // second line + +function main(){ + return null; +} + +console.log("hello world"); +console.log("hello world"); +console.log("hello world");