mirror of
https://github.com/guilhermewerner/paa
synced 2025-06-15 04:54:19 +00:00
4 lines
98 B
PowerShell
4 lines
98 B
PowerShell
#!/usr/bin/pwsh
|
|
|
|
g++ Source/Main.cpp -o Binaries/Main.exe Source/Graph.cpp && ./Binaries/Main.exe
|