first commit

This commit is contained in:
Boris
2024-01-15 20:14:10 +00:00
commit 8c81ee28b7
3106 changed files with 474415 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#BlueJ class context
comment0.target=Database()
comment0.text=\nCreate\ a\ new,\ empty\ person\ database.\n\n
comment1.params=p
comment1.target=void\ addPerson(Person)
comment1.text=\nAdd\ a\ person\ to\ the\ database.\n\n
comment2.target=void\ listAll()
comment2.text=\nList\ all\ the\ persons\ currently\ in\ the\ database\ on\ standard\ out.\n\n
numComments=3