mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-29 20:03:36 -04:00
Starting the C# version of class GravitySimulator. There are no unit tests for it yet. Added a fix to the C# markdown generator `csdown` to show `void` as a function return type. This is the first time I have had any function in the C# version of Astronomy Engine that has a void return type! Fixed and improved documentation in the Kotlin version of the gravity simulator. Fixed some comments too.