fork(3) download
  1. #include <stdint.h>
  2.  
  3. int main(void) {
  4. uint64_t bugs = 0;
  5. bugs--;
  6. printf("%llu", bugs);
  7. }
Success #stdin #stdout 0s 2112KB
stdin
Standard input is empty
stdout
18446744073709551615