tkt
This commit is contained in:
9
SCR3.1/TP1/Ex3/bss_data.c
Normal file
9
SCR3.1/TP1/Ex3/bss_data.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#define N 1000
|
||||
int t[N]={1};
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user