diff --git a/abc.js b/abc.js new file mode 100644 index 00000000..375eb06c --- /dev/null +++ b/abc.js @@ -0,0 +1 @@ +console.log("abc"); diff --git a/collab.js b/collab.js new file mode 100644 index 00000000..e234c003 --- /dev/null +++ b/collab.js @@ -0,0 +1,3 @@ +console.log("collab"); + +console.log("CCCC"); diff --git a/hellworld.js b/hellworld.js new file mode 100644 index 00000000..57bbdd6a --- /dev/null +++ b/hellworld.js @@ -0,0 +1,6 @@ +console.log("hello world"); +console.log("this is new line"); + +console.log("this the the third line"); + +console.log("This is the new line in new branch");