9 lines
127 B
Ruby
9 lines
127 B
Ruby
# Nathan Hinton Oct 2 2025
|
|
|
|
# Literally just a class to have something else in space...
|
|
|
|
class Star
|
|
def initialize
|
|
end
|
|
end
|