[ create a new paste ] login | about

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

C, pasted on Oct 4:
1
2
3
4
int main(int argc, char **argv){
  printf("This place is nice for impressing\nother people with your programming skillz\nwithout having to install extra software.\n");
  return 0;
}


Output:
1
2
3
This place is nice for impressing
other people with your programming skillz
without having to install extra software.


Create a new paste based on this one


Comments: