fork download
  1. #include "stdio.h"
  2. #include "stdint.h"
  3.  
  4. int main(void)
  5. {
  6. printf("%x\n", (uint8_t)0x55<<1);
  7. }
Success #stdin #stdout 0s 5308KB
stdin
Standard input is empty
stdout
aa