move doc for inits and sanity checks to README

This commit is contained in:
Ciro Santilli
2018-07-09 16:59:13 +01:00
parent f2bf644cfd
commit be6319ab89
5 changed files with 50 additions and 7 deletions

View File

@@ -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;
}