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 index 5fadc16..513fa3f 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,6 +1,6 @@ #include using namespace std; int main(){ - cout << "Hello"; + cout << "Hello world"; return 0; -} \ 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/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; +}