mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-06-16 15:17:23 +00:00
Closes #9
This commit is contained in:
parent
ea6045b0d1
commit
67917edb90
@ -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;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user