fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <unistd.h>
  4.  
  5.  
  6. int main(int argc, char **argv) {
  7. if(3.141593 == 3.141593f)
  8. printf("Lollette, Anonchique\n");
  9. return 0;
  10. }
Success #stdin #stdout 0s 3456KB
stdin
Standard input is empty
stdout
Standard output is empty