We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a06064b + 25da60c commit dfef8eeCopy full SHA for dfef8ee
Data Abstraction/ADTc++.txt
@@ -63,7 +63,7 @@ bool Stack::push(int page) {
63
return true;
64
}
65
66
-Finally, create the main function to create a new instance of the stack, which you can see appearing here:
+// Finally, create the main function to create a new instance of the stack, which you can see appearing here:
67
68
int main( ) {
69
//new stack
0 commit comments