My issue
how to delete text here
Learning course: Learn C
Problem Link: Rearrange Code Practice Problem in C - CodeChef
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");
}