Help for this page

Select Code to Download


  1. or download this
    $cc -o try $ccflags $ldflags try.c
    
  2. or download this
    int main(int argc, char *argv[]) {
      return 0;
    }