diff --git a/hello.txt b/hello.txt new file mode 100644 index 000000000..291df7abe --- /dev/null +++ b/hello.txt @@ -0,0 +1 @@ +Hello World,I am Bhargav \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 000000000..b8c57fe7a --- /dev/null +++ b/script.js @@ -0,0 +1 @@ +console.log("Hello World") \ No newline at end of file