diff --git a/hello.cpp b/hello.cpp index 0355423..e620161 100644 --- a/hello.cpp +++ b/hello.cpp @@ -2,6 +2,8 @@ using namespace std; +//Added a hello world comment + int main() { cout << "Hello"; diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..2ba98fd --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +hi naveen