Files
SCR/SCR3.1/TP1/Ex3/bss_data.c

10 lines
58 B
C
Raw Normal View History

2025-09-04 15:35:33 +02:00
#define N 1000
int t[N]={1};
int main()
{
return 0;
}