Help me in solving DEBUGCP7 problem

My issue

Explain

My code

// Debug the code
#include <stdio.h>

int main() {
    char name = 'A';
    
    printf("%s", name == 'A' || name == 'A');
    
}

Learning course: Programming and Problem solving using C
Problem Link: https://www.codechef.com/learn/course/ciet-programming-c/CIETPC19/problems/DEBUGCP7