Clone graphs code

This commit is contained in:
Guilherme Werner
2023-06-10 15:35:35 -03:00
parent 3e4ce42710
commit 4a25a5f48d
6 changed files with 178 additions and 0 deletions

3
Build.sh Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
g++ Source/Main.cpp -o Binaries/Main Source/Graph.cpp && ./Binaries/Main