[ create a new paste ] login | about

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

C, pasted on Aug 25:
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>

int main()
{
    int a[2]={ 10, 1 };

    while( a[ 0xFULL?'\0':-1:>>>=a<:!!0X.1P1 ] )
        printf("?");

    return 0;
}


Output:
1
???


Create a new paste based on this one


Comments: