Skip to content

Commit 433c550

Browse files
authored
Update 2_stack.cpp
1 parent 91c34cb commit 433c550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basic/2_stack.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <iostream>
2-
2+
//all stack functions implementation in C++
33
using namespace std;
44
#define MAX 10
55

@@ -127,4 +127,4 @@ int main()
127127
cout << "Enter correct choice";
128128
}
129129
}
130-
}
130+
}

0 commit comments

Comments
 (0)