Help me in solving CLB011 problem

My issue

whats wrong in my solution

Learning course: Learn C
Problem Link: Rearrange Code Practice Problem in Learn C - CodeChef

@ananya_gupta14
this will be the correctly rearranged code

#include <stdio.h>

int main() {
  printf("Hello\n");
  printf("World");
}