8 lines
59 B
C
8 lines
59 B
C
|
|
||
|
int
|
||
|
main(int argc, const char *argv[])
|
||
|
{
|
||
|
return 1;
|
||
|
}
|
||
|
|