Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

I need an answer for level1 lesson 8

i am writting the code and output is correct but it is showing that write the last blank right
by

1 Answer

sam5epi0l
Hi, this is how you are supposed to write the code in the given exercise:

int main() {
// This is a single-line comment
printf("Hello C!");
return 0;
}

Let me know if you still face an error.

Login / Signup to Answer the Question.