1 : #include <stdio.h> 2 : 3 5 : int main (int argc, char* argv[]) { 4 5 : if (argc != 1) 5 0 : return -1; 6 : 7 5 : return 42; 8 : }