11 lines
79 B
C
11 lines
79 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
|
|
printf("starting....\n");
|
|
|
|
return 0;
|
|
|
|
}
|
|
|