https://github.com/tomdieu/parenthesis-checker
Parenthesis Checker in C
https://github.com/tomdieu/parenthesis-checker
c stack
Last synced: over 1 year ago
JSON representation
Parenthesis Checker in C
- Host: GitHub
- URL: https://github.com/tomdieu/parenthesis-checker
- Owner: Tomdieu
- Created: 2021-06-19T22:31:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T20:20:57.000Z (over 3 years ago)
- Last Synced: 2025-01-29T04:45:44.742Z (over 1 year ago)
- Topics: c, stack
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parenthesis-checker
Parenthesis Checker in C
## how to compile
```
gcc fully_parenthesis.c -o fully_parenthesis
```
## How to run
```
./fully_parenthesis
```