Help me in solving CLB002 problem

My issue

How run the program

My code

#include <stdio.h>

int main() {
  
  printf("%d",12);
  
  return 0;
}

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

@puripratiksha0
its a basic c program to understand the syntax of how to print 12 .
just click on submit to proceed.