why return 0 in int main

#include <iostream>

int main() {
    // Your program logic goes here

    return 0;
}