Help for this page

Select Code to Download


  1. or download this
    use Inline 'C';
    main(123);
    ...
    {
    return 0;
    }
    
  2. or download this
    use Inline 'C';
    main(123, 'string');
    ...
    {
    return 0;
    }