#include <stdio.h> int main(void) { char jan; scanf("%c",jan); if(jan=="G") { printf("ok"); } return 0;}
G
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!