[ create a new paste ] login | about

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

bot42 - C, pasted on Nov 12:
1
2
3
4
5
6
7
8
9
#include<stdio.h>
int main()
{
if(0)
printf("0 \n");
if(1)
printf("1 \n");
return 0;
}


Output:
1
1 


Create a new paste based on this one


Comments: