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