diff --git a/README.md b/README.md index 7d6e2cb..6dac27c 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# cpp-hello-world \ No newline at end of file +# cpp-hello-world +# basic-cpp-code diff --git a/hell.cpp b/hello-world.cpp similarity index 65% rename from hell.cpp rename to hello-world.cpp index 5cdc9f0..acd11d0 100644 --- a/hell.cpp +++ b/hello-world.cpp @@ -2,7 +2,6 @@ using namespace std; int main() { -printf("hell\n yess"); +printf("Hello World!"); return 0; - -} \ No newline at end of file +}