fork(9) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. unsigned long long x = 0x93728A166D1A287;
  5. printf("%016llx\n", x);
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
093728a166d1a287