My issue
My code
#include <stdio.h>
int main() {
printf("%d",12);
return 0;
}"Hello,world"
^~~~~~~~~~~~
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone
#include <stdio.h>
int main() {
printf("%d",12);
return 0;
}"Hello,world"
^~~~~~~~~~~~
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone