Added Process exercise's chapter

This commit is contained in:
Fabio Scotto di Santolo
2024-08-26 15:35:43 +02:00
parent 2699b3ceec
commit da93cb8369
17 changed files with 665 additions and 0 deletions

7
test.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main(void) {
int n;
printf("%d\n", n);
return 0;
}