mirror of
https://github.com/guilhermewerner/paa
synced 2025-06-14 20:54:17 +00:00
4 lines
90 B
Bash
4 lines
90 B
Bash
#!/usr/bin/bash
|
|
|
|
g++ Source/Main.cpp -o Binaries/Main Source/Graph.cpp && ./Binaries/Main
|