[ create a new paste ] login | about

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

C, pasted on May 25:
1
2
3
4
5
6
7
8
9
10
11
#define STD std 
#define IOH io.h

#define INC(x) #x

#include INC(stdio.h)

int main(void)
{
return !printf("YES");
}


Output:
1
YES


Create a new paste based on this one


Comments: