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