My implementation of CS106L Assignment 1: GraphViz
Run following command to install dependency
sudo apt install qtbase5-dev
Run the following command to build program
qmake GraphViz.pro
make all
Run the followiing command to run the program
./GraphViz