diff --git a/Aubree_Lytwyn.cpp b/Aubree_Lytwyn.cpp deleted file mode 100644 index 0aa9fc6..0000000 --- a/Aubree_Lytwyn.cpp +++ /dev/null @@ -1 +0,0 @@ -//Recitation 10 Practice git diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..4793e03 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,6 @@ +//Recitation 10 Practice git +#include +int main(){ + cout<<"\n Hello World!"; + return 0; +} diff --git a/helloworld b/helloworld new file mode 100644 index 0000000..57f3c28 --- /dev/null +++ b/helloworld @@ -0,0 +1,6 @@ +#include +using namespace std; +int main(){ +cout<<"Hello World"; +return 0; +}