Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djeada authored Dec 1, 2023
1 parent fe9c68e commit 27315f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections_and_containers/cpp/queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Here is an example of how to use the Queue class:

```cpp
#include <iostream>
#includesrc/queue.h"
#include "src/queue.h"

using namespace std;

Expand Down

0 comments on commit 27315f0

Please sign in to comment.