mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
userland: move hello_cpp.cpp into cpp
This commit is contained in:
@@ -3,5 +3,5 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
std::cout << "hello cpp" << std::endl;
|
std::cout << "hello" << std::endl;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user