Move source in the folder
This commit is contained in:
7
threads/test.c
Normal file
7
threads/test.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
int n;
|
||||
printf("%d\n", n);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user