[ create a new paste ] login | about

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

C, pasted on Sep 22:
1
2
3
4
5
6
7
int main(){
#ifdef unix
  return unix;
#else
  return 0;
#endif
}


Output:
1
Exited: ExitFailure 1


Create a new paste based on this one


Comments: