int main() { ... return 0; }
Every C program has a function named 'main' with int return type
By convention a return value of 0 means 'success'