mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-25 23:51:35 +00:00
Closes #9
This commit is contained in:
@@ -55,10 +55,11 @@ int main() {
|
||||
std::cout << "Finished"
|
||||
<< "\n";
|
||||
|
||||
if (outcome == 1)
|
||||
if (outcome == 1) {
|
||||
std::cout << "Sim Result = Success!";
|
||||
else if (outcome == 0)
|
||||
return 0;
|
||||
} else if (outcome == 0) {
|
||||
std::cout << "Sim Result = Failed!";
|
||||
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user