Running echo $? after a command will print the exit status of the last run command.
echo $?
0 is the standard exit code for success.
0
[[shell]]