fork(1) download
  1. #include <stdio.h>
  2.  
  3. main() {
  4. int n = 0x24E3AF7D, k;
  5. for(k = 0; k++ < 3; n >>= 1) {
  6. putchar(n&1?37:32);
  7. }
  8. }
Success #stdin #stdout 0s 5316KB
stdin
Standard input is empty
stdout
% %