userland: move hello_cpp.cpp into cpp

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-03-13 00:00:00 +00:00
parent e32b1cba45
commit a85ca696c4

View File

@@ -3,5 +3,5 @@
#include <iostream>
int main() {
std::cout << "hello cpp" << std::endl;
std::cout << "hello" << std::endl;
}