#include <stdio.h> int main(void) { char val[100]; scanf("%*[^=]=%s", val); printf("%s\n", val); return 0;}
hello=5
5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!