Help me in solving CLB011 problem

My issue

why not hello\n came 1st

Learning course: Learn C Programming
Problem Link: Rearrange Code in C Programming

@catalazyz
to leave line after hello and then print world.

int main(){
printf(“hello”);
printf(“world”);
that’s the correct syntax