10 lines
74 B
C
10 lines
74 B
C
#include <sys/types.h>
|
|
|
|
int array[0];
|
|
|
|
int
|
|
main ()
|
|
{
|
|
return array[1];
|
|
}
|