[ create a new paste ] login | about

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

slevy1ster - C, pasted on Nov 16:
1
2
3
4
5
void main() {

printf("%lf", (double) 1/ (double) 0);

}


Output:
1
inf


Create a new paste based on this one


Comments: