fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. printf("%02d\n", 1234);
  6. }
  7.  
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
1234