Started writing finally

This commit is contained in:
Connor
2021-12-16 21:33:05 -07:00
parent 0342c51914
commit 5d3c7e7928
3 changed files with 164 additions and 31 deletions

View File

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