Help me in solving CLB011 problem

My issue

i wrote right code but it shows wrong answer

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

@maha4444
this will be the correct rearrangement

#include <stdio.h>

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