Int Main (Printf ("Hello World") Printf ("7.c") )

You might also like

You are on page 1of 1

int main() {

printf("Hello World");
printf("7.c");
}

You might also like