mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
move doc for inits and sanity checks to README
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/* https://github.com/cirosantilli/linux-kernel-module-cheat#sanity-checks */
|
||||
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "hello world" << std::endl;
|
||||
std::cout << "hello cpp" << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user