#include #define REPLACEME "incorrect" int main(int argc, char **argv) { return strcmp(REPLACEME, "correct"); }