Move source in the folder

This commit is contained in:
Fabio Scotto di Santolo
2024-08-27 09:19:33 +02:00
parent da93cb8369
commit 53f42a2032
16 changed files with 0 additions and 0 deletions

7
threads/test.c Normal file
View File

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