10 lines
88 B
Text
10 lines
88 B
Text
|
#include <stdio.h>
|
||
|
|
||
|
int
|
||
|
main( int argc, char *argv[] )
|
||
|
{
|
||
|
|
||
|
return 0;
|
||
|
}
|
||
|
# cursor: 6 del
|