fork download
  1. #include <stdio.h>
  2.  
  3. void T() {
  4. printf("LOL");
  5. }
  6.  
  7. int main(void) {
  8. T(1, 10, 25);
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 4412KB
stdin
Standard input is empty
stdout
LOL