create stackApp, which includes convertion of number system, and parenthesis matching.

This commit is contained in:
Shine wOng
2019-05-20 12:41:08 +08:00
parent 6c596c93d4
commit b8b04e8627
4 changed files with 113 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
void test_basic();
void test_capacity();
int main(){
int stack_test_main(){
test_basic();
test_capacity();