Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 534 Bytes

MatrixCalculator

Another useless program for school programming project

Usage

$ cd ServerStuff
$ make
$ ./server 9999

Then in your browser, visit localhost:9999


The Python helper script

Python

Front End

frontend

Back End

backend