This commit is contained in:
2021-11-12 11:35:11 -06:00
parent 6606702aa1
commit b612d65bda

View File

@@ -13,7 +13,7 @@ public class UserInterface {
public static void main(String args[]) {
while(!quit) {
System.out.println("\nALPHA/BETA T-CELL RECEPTOR MATCHING SIMULATOR");
System.out.println("Please select and option:");
System.out.println("Please select an option:");
System.out.println("1) Generate a population of distinct cells");
System.out.println("2) Generate a sample plate of T-cells");
System.out.println("3) Simulate T-Cell matching");