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.ps1 Normal file
View File

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