#include <stdio.h> int main() { int linux = 701; printf("%d", linux); return 0;}
Standard input is empty
prog.c: In function ‘main’: prog.c:4:6: error: expected identifier or ‘(’ before numeric constant int linux = 701; ^
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!