fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. //puts("Ideone.com - Online Complier and IDE >> C/C++, Java, PHP, Pytone, perl and 40+ otner compliers and interpreters");
  5. printf("%d", !(5>1,"\n"));
  6. printf("Ayan Sajan");
  7. return 0;
  8. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
0Ayan Sajan