diff --git a/userland/hello_cpp.cpp b/userland/cpp/hello.cpp similarity index 72% rename from userland/hello_cpp.cpp rename to userland/cpp/hello.cpp index df8669e..2a435e9 100644 --- a/userland/hello_cpp.cpp +++ b/userland/cpp/hello.cpp @@ -3,5 +3,5 @@ #include int main() { - std::cout << "hello cpp" << std::endl; + std::cout << "hello" << std::endl; }