Const function in all c programs: main() function
#include <stdio.h> int main() { puts("program"); return(0); }