Skip to content
Snippets Groups Projects
README.md 198 B
Newer Older
Sibidharan's avatar
Sibidharan committed
## Multithreaded Math Server Created by LATHP

### To Run the code

First instal `bc` tool in your PC

```
$ sudo apt-get install bc
```

Then run using python 3

```
Sibidharan's avatar
Sibidharan committed
$ python3 math-server.py
Sibidharan's avatar
Sibidharan committed
```