#include <stdio.h> int main() { return 0; }
Standard input is empty
prog.c: In function 'main': prog.c:6:5: error: stray '\' in program printf("It's really not so bad! Come join the dark side!"\n); ^ prog.c:6:64: error: expected ')' before 'n' printf("It's really not so bad! Come join the dark side!"\n); ^
Standard output is empty