fork(1) download
  1. #include <stdio.h>
  2. int main() {
  3. double a=5.5;
  4. double pi=3.14;
  5. printf("Hello\n");
  6. printf("%lf",pi/a);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
Hello
0.570909