Exercise 1 #2

Merged
SinusFox merged 6 commits from Exercise_1 into main 2023-04-28 07:37:05 +00:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit f84965ce3f - Show all commits
+3
View File
@@ -50,3 +50,6 @@ modules.order
Module.symvers
Mkfile.old
dkms.conf
# VS Code
.vscode/
+6
View File
@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Printing hello world, although printing foxes is superior.");
return 0;
}