Finished section 2!

This commit is contained in:
Connor
2022-01-08 19:21:58 -07:00
parent 678b0438db
commit 5c0232dbd7
3 changed files with 692 additions and 19 deletions

View File

@@ -55,7 +55,7 @@ end
log(_::Nothing, _::Vector{Mission}, _::Vector{Body}) = println("No Mission Found...")
planets = [Earth, Venus, Venus Jupiter, Saturn]
planets = [Earth, Venus, Venus, Jupiter, Saturn]
best, archive = mbh(planets)
log(best, archive, planets)