[ create a new paste ] login | about

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

C, pasted on Mar 24:
1
2
3
4
5
6
7
8
9
10
11
#include<stdio.h>
main ()



{
int i;
for ( i = 0 ; i<360; i ++);
printf("hello ");
return (0);
}


Output:
1
hello 


Create a new paste based on this one


Comments: