mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-31 04:44:07 -04:00
Added Kotlin and Java demos for calculating Jupiter's moons. Illustrates correcting for light travel time. I added named getters for the 4 moons in `JupiterMoonsInfo`, because in Java it was really ugly to write `jm.getMoon()[0]`, etc.