diff --git a/README.md b/README.md index c2582c3..b9848e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # github_example exploring git/github - - - -Kunal Rustagi. +kunal rustagi +pranshu goyal. diff --git a/welcomeToGithub.cpp b/welcomeToGithub.cpp new file mode 100644 index 0000000..f23cac0 --- /dev/null +++ b/welcomeToGithub.cpp @@ -0,0 +1,8 @@ +#include +#include +using namespace std; +int main(){ +std::cout<<"hello welcome to github!!"; +getch(); +return 0; +}