An open API service indexing awesome lists of open source software.

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

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
```