get nullptr'd lol
This commit is contained in:
@@ -27,5 +27,6 @@ std::string printVector(std::vector<int> arr, std::vector<int> locationVector =
|
||||
std::string printVector(std::vector<std::vector<int>> arr, std::vector<std::tuple<int, int>> locationVector = {{-1, -1}});
|
||||
|
||||
std::vector<std::vector<int>> random2DArray(int x, int y);
|
||||
std::vector<std::tuple<int, int>> highlightEveryOther(int x, int y);
|
||||
|
||||
#endif //MP2_CALEBFONTENOT_CLION_2DARRAYOPERATIONS_H
|
||||
|
Reference in New Issue
Block a user