My issue
hiii
My code
#include <stdio.h>
#include <conio.h>
int main()
{
clrscr()
printf("welcometociet");
}
Learning course: Programming and Problem solving using C
Problem Link: https://www.codechef.com/learn/course/ciet-programming-c/CIETPC01/problems/CLB002