Java 20 shenanigans 😝

This commit is contained in:
2023-09-14 16:55:02 -05:00
parent 42fe884f16
commit d00d7318b5
17 changed files with 132 additions and 43 deletions

View File

@@ -0,0 +1,41 @@
Script started on 2023-06-27 02:14:53-05:00 [COMMAND="./run.sh" TERM="xterm-256color" TTY="/dev/pts/2" COLUMNS="76" LINES="38"]
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------< com.calebfontenot:MP5_CalebFontenot >-----------------
[INFO] Building MP5_CalebFontenot 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- exec-maven-plugin:3.1.0:java (default-cli) @ MP5_CalebFontenot ---
Enter 0 to quit, and 1 to enter the number of students: 10 
Enter the number of students: 10
Student 1 is interacting with the lockers!
true true true true true true true true true true 
Student 2 is interacting with the lockers!
true false true false true false true false true false 
Student 3 is interacting with the lockers!
true false false false true true true false false false 
Student 4 is interacting with the lockers!
true false false true true true true true false false 
Student 5 is interacting with the lockers!
true false false true false true true true false true 
Student 6 is interacting with the lockers!
true false false true false false true true false true 
Student 7 is interacting with the lockers!
true false false true false false false true false true 
Student 8 is interacting with the lockers!
true false false true false false false false false true 
Student 9 is interacting with the lockers!
true false false true false false false false true true 
Student 10 is interacting with the lockers!
true false false true false false false false true false 
Locker 1 is open.
Locker 4 is open.
Locker 9 is open.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.794 s
[INFO] Finished at: 2023-06-27T02:15:16-05:00
[INFO] ------------------------------------------------------------------------

Script done on 2023-06-27 02:15:17-05:00 [COMMAND_EXIT_CODE="0"]

View File

@@ -0,0 +1,4 @@
Script started on 2023-06-27 02:14:09-05:00 [COMMAND="./run.shANSI" TERM="xterm-256color" TTY="/dev/pts/2" COLUMNS="76" LINES="38"]
zsh:1: no such file or directory: ./run.shANSI
Script done on 2023-06-27 02:14:10-05:00 [COMMAND_EXIT_CODE="127"]