diff --git a/Example2.txt b/Example2.txt new file mode 100644 index 0000000..a094550 --- /dev/null +++ b/Example2.txt @@ -0,0 +1 @@ +hi. \ No newline at end of file diff --git a/Hello.cpp b/Hello.cpp new file mode 100644 index 0000000..33b8720 --- /dev/null +++ b/Hello.cpp @@ -0,0 +1,3 @@ +My name is Palak. + +ok \ No newline at end of file diff --git a/README.md b/README.md index 37a167c..b72189c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # github_example exploring git/github + +Yash Kumar Gupta +Kunal Rustagi. +Ayush Arora +Anish Agrawal diff --git a/eample3.cpp b/eample3.cpp new file mode 100644 index 0000000..b4392ec --- /dev/null +++ b/eample3.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +} diff --git a/first_step.cpp b/first_step.cpp new file mode 100644 index 0000000..64cd9b1 --- /dev/null +++ b/first_step.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +} diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..513fa3f --- /dev/null +++ b/hello.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main(){ + cout << "Hello world"; + return 0; +} diff --git a/hey.cpp b/hey.cpp new file mode 100644 index 0000000..e5ada73 --- /dev/null +++ b/hey.cpp @@ -0,0 +1,14 @@ + +#include +#include +#include +using namespace std; + +int main() +{ + + + cout<<"Hello IEEE "; + return 0; + +} diff --git a/hi.cpp b/hi.cpp new file mode 100644 index 0000000..edf0eff --- /dev/null +++ b/hi.cpp @@ -0,0 +1 @@ +hi diff --git a/index.html b/index.html new file mode 100644 index 0000000..a78a38e --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +hey thisis an html file. \ No newline at end of file diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..ce2358a --- /dev/null +++ b/main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "github" << endl; + return 0; +} diff --git a/show.cpp b/show.cpp new file mode 100644 index 0000000..64cd9b1 --- /dev/null +++ b/show.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +} diff --git a/yo.cpp b/yo.cpp new file mode 100644 index 0000000..a06d01a --- /dev/null +++ b/yo.cpp @@ -0,0 +1,13 @@ +// +// yo.cpp +// +// +// Created by ANSH PURI on 6/4/17. +// +/ +#include +using namespace std; +int main(){ + cout << "yo"; + return 0; +}