Files
SCR/SCR3.1/TP1/Ex3/bss_data.c
2025-09-04 15:35:33 +02:00

10 lines
58 B
C

#define N 1000
int t[N]={1};
int main()
{
return 0;
}