5 lines
62 B
C
5 lines
62 B
C
/* main */
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return 0;
|
|
}
|