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