intellij commit #1

This commit is contained in:
cs-powell
2024-12-05 21:08:26 -05:00
parent b460a8f8b9
commit 75cb986ed1
5 changed files with 53 additions and 36 deletions

View File

@@ -12,6 +12,8 @@ public class Main {
// Encapsulation (or lack thereof) Test
Model m = new Model();
testprocess1 tp1 = new testprocess1(m, null);
tp1.runProcess();
// tp1.runProcess();
testprocess2 tp2 = new testprocess2(m, null);
tp2.runProcess();
}
}