create stackApp, which includes convertion of number system, and parenthesis matching.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
void test_basic();
|
||||
void test_capacity();
|
||||
|
||||
int main(){
|
||||
int stack_test_main(){
|
||||
test_basic();
|
||||
test_capacity();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user