[ create a new paste ] login | about

Link: http://codepad.org/9Ynr1UdZ    [ raw code | output | fork ]

C, pasted on Feb 23:
1
2
3
4
5
6
7
int main(int argc, char * argv[]) {
    if (strcmp("add 1", "add "))
        printf("ne");
    else
        printf("eq");
    return 0;   
}


Output:
1
ne


Create a new paste based on this one


Comments: