[ create a new paste ] login | about

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

C, pasted on Apr 29:
1
2
3
4
5
6
int i, n=42;
main() {
  for(i=0; i<n; n--) {
    printf("*");
  }
}


Output:
1
******************************************


Create a new paste based on this one


Comments: