[ create a new paste ] login | about

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

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

#define STR(x) #x
#define INC(x,y) STR(x##y)

#include INC(std,io.h)

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


Output:
1
YES


Create a new paste based on this one


Comments: