#include <stdio.h> int main(void) { char x=0x36; printf("%x\n", x<<1); return 0;}
36
6c
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!