username test

This commit is contained in:
邹志文 2022-08-08 16:16:26 +08:00
parent 8176795f91
commit ace14b9ea1
1 changed files with 1 additions and 1 deletions

View File

@ -68,6 +68,6 @@ public class CircularQueue {
for (int i = 0; i < 5; i ++) {
System.out.println(cq.pop());
}
System.out.println();
}
}