Help me in solving CLB011 problem

My issue

how to delete text here

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

@ladhu
this will be the correct rearrangement

#include <stdio.h>
int main() {
  printf("Hello\n");
  printf("World");
}