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