Skip to content
Snippets Groups Projects
README.md 197 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

```
$python3 math_server.py
```