5 lines
53 B
C
5 lines
53 B
C
|
|
int main(int argc, const char **argv)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|