My issue
please help me
My code
#include <stdio.h>
int main() {
// Add two %d to print two numbers
printf("%d", 7 , 3);
}
Learning course: Programming and Problem solving using C
Problem Link: https://www.codechef.com/learn/course/ciet-programming-c/CIETPC03/problems/CLB013