#include #include int main(int argc, char **argv) { (void)argv; printf("Hello, Cervus world!\n"); printf("argc = %d\n", argc); return 0; }