main function in c

C
int main(int argc, char *argv[])$ gcc main.c
$ ./a.out -o foo -vv 
$
Source

Also in C: