pub const EXIT_SUCCESS: i32 = 0;
Expand description

The integer which is returned from main() if the program exits successfully.