What should main() return in C?

#include <stdio.h>

int main() {
    // Code goes here

    return 0;
}