My issue
solve this question
Learning course: Learn C
Problem Link: Rearrange Code Practice Problem in Learn C - CodeChef
solve this question
Learning course: Learn C
Problem Link: Rearrange Code Practice Problem in Learn C - CodeChef
@maha4444
here is the correct solution
#include <stdio.h>
int main() {
printf("Hello\n");
printf("World");
}