Working hard, decided that we need to commit to Git

This commit is contained in:
2025-10-02 14:57:16 -06:00
commit 72bd5fb9c0
11 changed files with 659 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Nathan Hinton 1 Oct 2025
# Mostly for testing right now:
require './universe'
universe = Universe.new('test universe')
universe.print_universe(simple: true)