Help for this page

Select Code to Download


  1. or download this
    use Inline C => 'END';
    
    ...
      printf("6\n");
    }
    
  2. or download this
    use Inline C;
    
    ...
      printf("6\n");
    }
    
  3. or download this
    say();
    
    ...
    }
    
    END