diff --git a/Daily/Booloean_Matrix.cpp b/Daily/Booloean_Matrix.cpp index b8d48dd6..383fe28d 100644 --- a/Daily/Booloean_Matrix.cpp +++ b/Daily/Booloean_Matrix.cpp @@ -35,7 +35,6 @@ the original matrix are (0,0), (1,0) and (2,0). Therefore, all cells in row 0,1,2 are and column 0 are modified to 1. */ -//{ Driver Code Starts #include using namespace std;