Finished testing and docs for now. Time for new features!

This commit is contained in:
2025-10-02 23:58:24 -06:00
parent 279658f3e5
commit b8f54b44a3
16 changed files with 316 additions and 66 deletions
+8
View File
@@ -0,0 +1,8 @@
# Nathan Hinton Oct 2 2025
# Literally just a class to have something else in space...
class Star
def initialize
end
end