diff --git a/README.md b/README.md index 5e94d2a..23304d1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Demo-Class -A Simple C++ Class +# Test_Class +A Simple Demo C++ Class diff --git a/main.cpp b/main.cpp index 1b999d6..f139660 100644 --- a/main.cpp +++ b/main.cpp @@ -6,5 +6,5 @@ using namespace std; int main() { - + cout<<"Hello World"; }