Skip to content

Commit d91dbda

Browse files
Refactor vector print utility: move to debugging section and update file structure
1 parent c87c9f3 commit d91dbda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/cpp/basics/vector-print-utility.md renamed to snippets/cpp/debuging/vector-print.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: std::vector Print Utility
2+
title: vector-print
33
description: Overloads the << operator to print the contents of a vector just like in python.
44
author: Mohamed-faaris
5-
tags: cpp,printing,debuging,vector,utility
5+
tags: printing,debuging,vector
66
---
77

88
```cpp

0 commit comments

Comments
 (0)