Skip to content

Commit 5b185e8

Browse files
authored
Update Queues.java
1 parent c698b43 commit 5b185e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataStructures/Queues/Queues.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public class Queues {
157157
*
158158
* @param args Command line arguments
159159
*/
160-
public static void main(String args[]) {
160+
public static void main(String[] args) {
161161
Queue myQueue = new Queue(4);
162162
myQueue.insert(10);
163163
myQueue.insert(2);

0 commit comments

Comments
 (0)