Exercise 1 #2
@@ -50,3 +50,6 @@ modules.order
|
||||
Module.symvers
|
||||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Printing hello world, although printing foxes is superior.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user