Help me in solving CLB008 problem

My issue

how to print output in new line using /n, I don’t know where to use it.

My code

#include <stdio.h>

int main(void) {
	// your code goes here
	printf("%d",3+4);
	printf("%d",2+1);
	return 0;
}


Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone

Done by self!!