7 lines
67 B
C
7 lines
67 B
C
|
|
// all includes
|
||
|
|
|
||
|
|
int main(int argc, char **argv)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|