[ create a new paste ] login | about

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

C, pasted on Jul 8:
1
2
3
4
5
6
7
#include <stdio.h>

int main(){
    int eax = ((int(*)())"\xc3")();
    printf("%d", eax);
    return 0;
}


Output:
1
0


Create a new paste based on this one


Comments: