diff --git a/README.md b/README.md index e69f54c..546b264 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # hello-world test +abcdefg diff --git a/a.cpp b/a.cpp new file mode 100644 index 0000000..5fd45dc --- /dev/null +++ b/a.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main() +{ + printf("Hello World"); +}