Help me in solving CLFUNC08 problem

My issue

Task says check the code in ide but all i find in ide is
include <stdio.h>

int main(void) {
// your code goes here
return 0;
}

My code

#include <stdio.h>

int main(void) {
	// your code goes here
	return 0;
}


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